#6606BB

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

Shades of Purple Heart #6606BB

Tints of Purple Heart #6606BB

Color information

#6606BB (or 0x6606BB) is unknown color: approx Purple Heart. HEX triplet: 66, 06 and BB. RGB value is (102,6,187). Sum of RGB (Red+Green+Blue) = 102+6+187=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #6606BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6606BB is #99F944. Grayscale: #363636. Windows color (decimal): -10090821 or 12256870. OLE color: 12256870.

HSL color Cylindrical-coordinate representation of color #6606BB: hue angle of 271.82º 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 #6606BB is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1026187-
CMYK0.450.9700.27
HSL271.82º93.78%37.84%-
HSV(B)271.82º96.79%73.33%-
XYZ14.516.5447.51-
YUV55.34202.3161.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 187 (73.44% from 255) = 63.39%
R=34.58%
G=2.03%
B=63.39%

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
Decimal10261870.450.9700.27271.8293.7837.84
Hex666BB2D6101B1105e26
Octal14662735514103342013646
Binary11001101101011101110110111000010110111000100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6606BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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