Shades of Purple Heart #6614CC
Tints of Purple Heart #6614CC
RGB
CMYK
RGB Variations
Color information
#6614CC (or 0x6614CC) is known color: Purple Heart. HEX triplet: 66, 14 and CC. RGB value is (102,20,204). Sum of RGB (Red+Green+Blue) = 102+20+204=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #6614CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614CC is #99EB33. Grayscale: #404040. Windows color (decimal): -10087220 or 13374566. OLE color: 13374566.
HSL color Cylindrical-coordinate representation of color #6614CC: hue angle of 266.74º degrees, saturation: 0.82, 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 #6614CC is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 20 | 204 | - |
| CMYK | 0.5 | 0.90 | 0 | 0.2 |
| HSL | 266.74º | 0.82% | 0.44% | - |
| HSV(B) | 266.74º | 0.9% | 0.8% | - |
| XYZ | 16.63 | 7.68 | 57.73 | - |
| YUV | 65.49 | 206.17 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 204 | 0.5 | 0.90 | 0 | 0.2 | 266.74 | 0.82 | 0.44 |
| Hex | 66 | 14 | CC | 32 | 5A | 0 | 14 | 10B | 52 | 2C |
| Octal | 146 | 24 | 314 | 62 | 132 | 0 | 24 | 413 | 122 | 54 |
| Binary | 1100110 | 10100 | 11001100 | 110010 | 1011010 | 0 | 10100 | 100001011 | 1010010 | 101100 |
Color Harmonies of #6614CC
Complementary color
Monochromatic Colors of #6614CC
Black with #6614CC
Text Example
Text Example
White with #6614CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614CC; }
p { color: rgb(102,20,204); }
H1.HeaderClassName
{
color: #6614CC;
}
.AnyTagClassName
{
color: #6614CC;
}
</style>
background-color css
<style>
a { background-color: #6614CC; }
a { background-color: rgb(102,20,204); }
div.DivClassName
{
background-color: #6614CC;
}
.BgClassName
{
background-color: #6614CC;
}
</style>
border-color css
<style>
span { border-color: #6614CC; }
span { border-color: rgb(102,20,204); }
td.TdClassName
{
border-color: #6614CC;
}
.TagClassName
{
border-color: #6614CC;
}
</style>