Shades of Purple Heart #6614DC
Tints of Purple Heart #6614DC
RGB
CMYK
RGB Variations
Color information
#6614DC (or 0x6614DC) is known color: Purple Heart. HEX triplet: 66, 14 and DC. RGB value is (102,20,220). Sum of RGB (Red+Green+Blue) = 102+20+220=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6614DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614DC is #99EB23. Grayscale: #424242. Windows color (decimal): -10087204 or 14423142. OLE color: 14423142.
HSL color Cylindrical-coordinate representation of color #6614DC: hue angle of 264.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6614DC is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 20 | 220 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.14 |
| HSL | 264.6º | 0.83% | 0.47% | - |
| HSV(B) | 264.6º | 0.91% | 0.86% | - |
| XYZ | 18.65 | 8.49 | 68.37 | - |
| YUV | 67.32 | 214.17 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 220 | 0.54 | 0.91 | 0 | 0.14 | 264.6 | 0.83 | 0.47 |
| Hex | 66 | 14 | DC | 36 | 5B | 0 | E | 109 | 53 | 2F |
| Octal | 146 | 24 | 334 | 66 | 133 | 0 | 16 | 411 | 123 | 57 |
| Binary | 1100110 | 10100 | 11011100 | 110110 | 1011011 | 0 | 1110 | 100001001 | 1010011 | 101111 |
Color Harmonies of #6614DC
Complementary color
Monochromatic Colors of #6614DC
Black with #6614DC
Text Example
Text Example
White with #6614DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614DC; }
p { color: rgb(102,20,220); }
H1.HeaderClassName
{
color: #6614DC;
}
.AnyTagClassName
{
color: #6614DC;
}
</style>
background-color css
<style>
a { background-color: #6614DC; }
a { background-color: rgb(102,20,220); }
div.DivClassName
{
background-color: #6614DC;
}
.BgClassName
{
background-color: #6614DC;
}
</style>
border-color css
<style>
span { border-color: #6614DC; }
span { border-color: rgb(102,20,220); }
td.TdClassName
{
border-color: #6614DC;
}
.TagClassName
{
border-color: #6614DC;
}
</style>