Shades of Purple Heart #6615CB
Tints of Purple Heart #6615CB
RGB
CMYK
RGB Variations
Color information
#6615CB (or 0x6615CB) is known color: Purple Heart. HEX triplet: 66, 15 and CB. RGB value is (102,21,203). Sum of RGB (Red+Green+Blue) = 102+21+203=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #6615CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6615CB is #99EA34. Grayscale: #414141. Windows color (decimal): -10086965 or 13309286. OLE color: 13309286.
HSL color Cylindrical-coordinate representation of color #6615CB: hue angle of 266.7º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6615CB is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 21 | 203 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.20 |
| HSL | 266.7º | 0.81% | 0.44% | - |
| HSV(B) | 266.7º | 0.9% | 0.8% | - |
| XYZ | 16.53 | 7.67 | 57.11 | - |
| YUV | 65.97 | 205.34 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 203 | 0.50 | 0.90 | 0 | 0.20 | 266.7 | 0.81 | 0.44 |
| Hex | 66 | 15 | CB | 32 | 5A | 0 | 14 | 10B | 51 | 2C |
| Octal | 146 | 25 | 313 | 62 | 132 | 0 | 24 | 413 | 121 | 54 |
| Binary | 1100110 | 10101 | 11001011 | 110010 | 1011010 | 0 | 10100 | 100001011 | 1010001 | 101100 |
Color Harmonies of #6615CB
Complementary color
Monochromatic Colors of #6615CB
Black with #6615CB
Text Example
Text Example
White with #6615CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6615CB; }
p { color: rgb(102,21,203); }
H1.HeaderClassName
{
color: #6615CB;
}
.AnyTagClassName
{
color: #6615CB;
}
</style>
background-color css
<style>
a { background-color: #6615CB; }
a { background-color: rgb(102,21,203); }
div.DivClassName
{
background-color: #6615CB;
}
.BgClassName
{
background-color: #6615CB;
}
</style>
border-color css
<style>
span { border-color: #6615CB; }
span { border-color: rgb(102,21,203); }
td.TdClassName
{
border-color: #6615CB;
}
.TagClassName
{
border-color: #6615CB;
}
</style>