#7330BF

Color #7330BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7330BF

Tints of Purple Heart #7330BF

Color information

#7330BF (or 0x7330BF) is unknown color: approx Purple Heart. HEX triplet: 73, 30 and BF. RGB value is (115,48,191). Sum of RGB (Red+Green+Blue) = 115+48+191=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #7330BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330BF is #8CCF40. Grayscale: #535353. Windows color (decimal): -9228097 or 12529779. OLE color: 12529779.

HSL color Cylindrical-coordinate representation of color #7330BF: hue angle of 268.11º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7330BF is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11548191-
CMYK0.400.7500.25
HSL268.11º59.83%46.86%-
HSV(B)268.11º74.87%74.9%-
XYZ17.539.5250.2-
YUV84.34188.2149.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 48 (19.14% from 255) = 13.56%
BLUE value IS 191 (75% from 255) = 53.95%
R=32.49%
G=13.56%
B=53.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal115481910.400.7500.25268.1159.8346.86
Hex7330BF284B01910c3c2f
Octal16360277501130314147457
Binary1110011110000101111111010001001011011001100001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7330BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7330BF; }

 p { color: rgb(115,48,191); }

 H1.HeaderClassName
 {
   color: #7330BF;
 }
 .AnyTagClassName
 {
   color: #7330BF;
 }
</style>
background-color css

<style>
 a { background-color: #7330BF; }

 a { background-color: rgb(115,48,191); }

 div.DivClassName
 {
   background-color: #7330BF;
 }
 .BgClassName
 {
   background-color: #7330BF;
 }
</style>
border-color css

<style>
 span { border-color: #7330BF; }

 span { border-color: rgb(115,48,191); }

 td.TdClassName
 {
   border-color: #7330BF;
 }
 .TagClassName
 {
   border-color: #7330BF;
 }
</style>