Shades of Purple Heart #4614CE
Tints of Purple Heart #4614CE
RGB
CMYK
RGB Variations
Color information
#4614CE (or 0x4614CE) is known color: Purple Heart. HEX triplet: 46, 14 and CE. RGB value is (70,20,206). Sum of RGB (Red+Green+Blue) = 70+20+206=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #4614CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4614CE is #B9EB31. Grayscale: #373737. Windows color (decimal): -12184370 or 13505606. OLE color: 13505606.
HSL color Cylindrical-coordinate representation of color #4614CE: hue angle of 256.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4614CE is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 20 | 206 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.19 |
| HSL | 256.13º | 0.82% | 0.44% | - |
| HSV(B) | 256.13º | 0.9% | 0.81% | - |
| XYZ | 13.92 | 6.26 | 58.87 | - |
| YUV | 56.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 206 | 0.66 | 0.90 | 0 | 0.19 | 256.13 | 0.82 | 0.44 |
| Hex | 46 | 14 | CE | 42 | 5A | 0 | 13 | 100 | 52 | 2C |
| Octal | 106 | 24 | 316 | 102 | 132 | 0 | 23 | 400 | 122 | 54 |
| Binary | 1000110 | 10100 | 11001110 | 1000010 | 1011010 | 0 | 10011 | 100000000 | 1010010 | 101100 |
Color Harmonies of #4614CE
Complementary color
Monochromatic Colors of #4614CE
Black with #4614CE
Text Example
Text Example
White with #4614CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4614CE; }
p { color: rgb(70,20,206); }
H1.HeaderClassName
{
color: #4614CE;
}
.AnyTagClassName
{
color: #4614CE;
}
</style>
background-color css
<style>
a { background-color: #4614CE; }
a { background-color: rgb(70,20,206); }
div.DivClassName
{
background-color: #4614CE;
}
.BgClassName
{
background-color: #4614CE;
}
</style>
border-color css
<style>
span { border-color: #4614CE; }
span { border-color: rgb(70,20,206); }
td.TdClassName
{
border-color: #4614CE;
}
.TagClassName
{
border-color: #4614CE;
}
</style>