#6600BC

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

Shades of Purple Heart #6600BC

Tints of Purple Heart #6600BC

Color information

#6600BC (or 0x6600BC) is unknown color: approx Purple Heart. HEX triplet: 66, 00 and BC. RGB value is (102,0,188). Sum of RGB (Red+Green+Blue) = 102+0+188=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #6600BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6600BC is #99FF43. Grayscale: #333333. Windows color (decimal): -10092356 or 12320870. OLE color: 12320870.

HSL color Cylindrical-coordinate representation of color #6600BC: hue angle of 272.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6600BC is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1020188-
CMYK0.46100.26
HSL272.55º100%36.86%-
HSV(B)272.55º100%73.73%-
XYZ14.566.4648.06-
YUV51.93204.79163.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 188 (73.83% from 255) = 64.83%
R=35.17%
G=0%
B=64.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10201880.46100.26272.5510036.86
Hex660BC2E6401A1116425
Octal14602745614403242114445
Binary110011001011110010111011001000110101000100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6600BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6600BC; }

 p { color: rgb(102,0,188); }

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

<style>
 a { background-color: #6600BC; }

 a { background-color: rgb(102,0,188); }

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

<style>
 span { border-color: #6600BC; }

 span { border-color: rgb(102,0,188); }

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