#6603B6

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

Shades of Purple Heart #6603B6

Tints of Purple Heart #6603B6

Color information

#6603B6 (or 0x6603B6) is unknown color: approx Purple Heart. HEX triplet: 66, 03 and B6. RGB value is (102,3,182). Sum of RGB (Red+Green+Blue) = 102+3+182=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #6603B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6603B6 is #99FC49. Grayscale: #343434. Windows color (decimal): -10091594 or 11928422. OLE color: 11928422.

HSL color Cylindrical-coordinate representation of color #6603B6: hue angle of 273.18º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6603B6 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1023182-
CMYK0.440.9800.29
HSL273.18º96.76%36.27%-
HSV(B)273.18º98.35%71.37%-
XYZ13.966.2744.73-
YUV53.01200.8162.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 182 (71.48% from 255) = 63.41%
R=35.54%
G=1.05%
B=63.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10231820.440.9800.29273.1896.7636.27
Hex663B62C6201D1116124
Octal14632665414203542114144
Binary1100110111011011010110011000100111011000100011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6603B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6603B6; }

 p { color: rgb(102,3,182); }

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

<style>
 a { background-color: #6603B6; }

 a { background-color: rgb(102,3,182); }

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

<style>
 span { border-color: #6603B6; }

 span { border-color: rgb(102,3,182); }

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