#6606BA

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

Shades of Purple Heart #6606BA

Tints of Purple Heart #6606BA

Color information

#6606BA (or 0x6606BA) is unknown color: approx Purple Heart. HEX triplet: 66, 06 and BA. RGB value is (102,6,186). Sum of RGB (Red+Green+Blue) = 102+6+186=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6606BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606BA is #99F945. Grayscale: #363636. Windows color (decimal): -10090822 or 12191334. OLE color: 12191334.

HSL color Cylindrical-coordinate representation of color #6606BA: hue angle of 272º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6606BA is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1026186-
CMYK0.450.9700.27
HSL272º93.75%37.65%-
HSV(B)272º96.77%72.94%-
XYZ14.416.546.95-
YUV55.22201.8161.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=34.69%
G=2.04%
B=63.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10261860.450.9700.2727293.7537.65
Hex666BA2D6101B1105e26
Octal14662725514103342013646
Binary11001101101011101010110111000010110111000100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6606BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6606BA; }

 p { color: rgb(102,6,186); }

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

<style>
 a { background-color: #6606BA; }

 a { background-color: rgb(102,6,186); }

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

<style>
 span { border-color: #6606BA; }

 span { border-color: rgb(102,6,186); }

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