#6612B6

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

Shades of Purple Heart #6612B6

Tints of Purple Heart #6612B6

Color information

#6612B6 (or 0x6612B6) is unknown color: approx Purple Heart. HEX triplet: 66, 12 and B6. RGB value is (102,18,182). Sum of RGB (Red+Green+Blue) = 102+18+182=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 182 (71.48% from 255 or 60.26% from 302); Max value from RGB is 182 - color contains mainly: blue. Hex color #6612B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612B6 is #99ED49. Grayscale: #3D3D3D. Windows color (decimal): -10087754 or 11932262. OLE color: 11932262.

HSL color Cylindrical-coordinate representation of color #6612B6: hue angle of 270.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6612B6 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10218182-
CMYK0.440.9000.29
HSL270.73º82%39.22%-
HSV(B)270.73º90.11%71.37%-
XYZ14.146.6344.79-
YUV61.81195.83156.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 182 (71.48% from 255) = 60.26%
R=33.77%
G=5.96%
B=60.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181820.440.9000.29270.738239.22
Hex6612B62C5A01D10f5227
Octal146222665413203541712247
Binary1100110100101011011010110010110100111011000011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6612B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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