Shades of Purple Heart #6615CA
Tints of Purple Heart #6615CA
RGB
CMYK
RGB Variations
Color information
#6615CA (or 0x6615CA) is known color: Purple Heart. HEX triplet: 66, 15 and CA. RGB value is (102,21,202). Sum of RGB (Red+Green+Blue) = 102+21+202=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #6615CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6615CA is #99EA35. Grayscale: #414141. Windows color (decimal): -10086966 or 13243750. OLE color: 13243750.
HSL color Cylindrical-coordinate representation of color #6615CA: hue angle of 266.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6615CA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 21 | 202 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.21 |
| HSL | 266.85º | 0.81% | 0.44% | - |
| HSV(B) | 266.85º | 0.9% | 0.79% | - |
| XYZ | 16.41 | 7.63 | 56.48 | - |
| YUV | 65.85 | 204.84 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 21 | 202 | 0.50 | 0.90 | 0 | 0.21 | 266.85 | 0.81 | 0.44 |
| Hex | 66 | 15 | CA | 32 | 5A | 0 | 15 | 10B | 51 | 2C |
| Octal | 146 | 25 | 312 | 62 | 132 | 0 | 25 | 413 | 121 | 54 |
| Binary | 1100110 | 10101 | 11001010 | 110010 | 1011010 | 0 | 10101 | 100001011 | 1010001 | 101100 |
Color Harmonies of #6615CA
Complementary color
Monochromatic Colors of #6615CA
Black with #6615CA
Text Example
Text Example
White with #6615CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6615CA; }
p { color: rgb(102,21,202); }
H1.HeaderClassName
{
color: #6615CA;
}
.AnyTagClassName
{
color: #6615CA;
}
</style>
background-color css
<style>
a { background-color: #6615CA; }
a { background-color: rgb(102,21,202); }
div.DivClassName
{
background-color: #6615CA;
}
.BgClassName
{
background-color: #6615CA;
}
</style>
border-color css
<style>
span { border-color: #6615CA; }
span { border-color: rgb(102,21,202); }
td.TdClassName
{
border-color: #6615CA;
}
.TagClassName
{
border-color: #6615CA;
}
</style>