Shades of Purple Heart #6612CB
Tints of Purple Heart #6612CB
RGB
CMYK
RGB Variations
Color information
#6612CB (or 0x6612CB) is known color: Purple Heart. HEX triplet: 66, 12 and CB. RGB value is (102,18,203). Sum of RGB (Red+Green+Blue) = 102+18+203=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #6612CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6612CB is #99ED34. Grayscale: #3F3F3F. Windows color (decimal): -10087733 or 13308518. OLE color: 13308518.
HSL color Cylindrical-coordinate representation of color #6612CB: hue angle of 267.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6612CB is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 18 | 203 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.20 |
| HSL | 267.24º | 0.84% | 0.43% | - |
| HSV(B) | 267.24º | 0.91% | 0.8% | - |
| XYZ | 16.48 | 7.57 | 57.09 | - |
| YUV | 64.21 | 206.33 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 203 | 0.50 | 0.91 | 0 | 0.20 | 267.24 | 0.84 | 0.43 |
| Hex | 66 | 12 | CB | 32 | 5B | 0 | 14 | 10B | 54 | 2B |
| Octal | 146 | 22 | 313 | 62 | 133 | 0 | 24 | 413 | 124 | 53 |
| Binary | 1100110 | 10010 | 11001011 | 110010 | 1011011 | 0 | 10100 | 100001011 | 1010100 | 101011 |
Color Harmonies of #6612CB
Complementary color
Monochromatic Colors of #6612CB
Black with #6612CB
Text Example
Text Example
White with #6612CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6612CB; }
p { color: rgb(102,18,203); }
H1.HeaderClassName
{
color: #6612CB;
}
.AnyTagClassName
{
color: #6612CB;
}
</style>
background-color css
<style>
a { background-color: #6612CB; }
a { background-color: rgb(102,18,203); }
div.DivClassName
{
background-color: #6612CB;
}
.BgClassName
{
background-color: #6612CB;
}
</style>
border-color css
<style>
span { border-color: #6612CB; }
span { border-color: rgb(102,18,203); }
td.TdClassName
{
border-color: #6612CB;
}
.TagClassName
{
border-color: #6612CB;
}
</style>