Shades of Purple Heart #6614CA
Tints of Purple Heart #6614CA
RGB
CMYK
RGB Variations
Color information
#6614CA (or 0x6614CA) is known color: Purple Heart. HEX triplet: 66, 14 and CA. RGB value is (102,20,202). Sum of RGB (Red+Green+Blue) = 102+20+202=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #6614CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614CA is #99EB35. Grayscale: #404040. Windows color (decimal): -10087222 or 13243494. OLE color: 13243494.
HSL color Cylindrical-coordinate representation of color #6614CA: hue angle of 267.03º degrees, saturation: 0.82, 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 #6614CA is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 20 | 202 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.21 |
| HSL | 267.03º | 0.82% | 0.44% | - |
| HSV(B) | 267.03º | 0.9% | 0.79% | - |
| XYZ | 16.39 | 7.59 | 56.48 | - |
| YUV | 65.27 | 205.17 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 202 | 0.50 | 0.90 | 0 | 0.21 | 267.03 | 0.82 | 0.44 |
| Hex | 66 | 14 | CA | 32 | 5A | 0 | 15 | 10B | 52 | 2C |
| Octal | 146 | 24 | 312 | 62 | 132 | 0 | 25 | 413 | 122 | 54 |
| Binary | 1100110 | 10100 | 11001010 | 110010 | 1011010 | 0 | 10101 | 100001011 | 1010010 | 101100 |
Color Harmonies of #6614CA
Complementary color
Monochromatic Colors of #6614CA
Black with #6614CA
Text Example
Text Example
White with #6614CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614CA; }
p { color: rgb(102,20,202); }
H1.HeaderClassName
{
color: #6614CA;
}
.AnyTagClassName
{
color: #6614CA;
}
</style>
background-color css
<style>
a { background-color: #6614CA; }
a { background-color: rgb(102,20,202); }
div.DivClassName
{
background-color: #6614CA;
}
.BgClassName
{
background-color: #6614CA;
}
</style>
border-color css
<style>
span { border-color: #6614CA; }
span { border-color: rgb(102,20,202); }
td.TdClassName
{
border-color: #6614CA;
}
.TagClassName
{
border-color: #6614CA;
}
</style>