#6612BC

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

Shades of Purple Heart #6612BC

Tints of Purple Heart #6612BC

Color information

#6612BC (or 0x6612BC) is unknown color: approx Purple Heart. HEX triplet: 66, 12 and BC. RGB value is (102,18,188). Sum of RGB (Red+Green+Blue) = 102+18+188=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #6612BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612BC is #99ED43. Grayscale: #3D3D3D. Windows color (decimal): -10087748 or 12325478. OLE color: 12325478.

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

Color convert

RGB10218188-
CMYK0.460.9000.26
HSL269.65º82.52%40.39%-
HSV(B)269.65º90.43%73.73%-
XYZ14.776.8948.13-
YUV62.5198.83156.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 188 (73.83% from 255) = 61.04%
R=33.12%
G=5.84%
B=61.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102181880.460.9000.26269.6582.5240.39
Hex6612BC2E5A01A10e5328
Octal146222745613203241612350
Binary1100110100101011110010111010110100110101000011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6612BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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