Shades of Purple Heart #4714CE
Tints of Purple Heart #4714CE
RGB
CMYK
RGB Variations
Color information
#4714CE (or 0x4714CE) is known color: Purple Heart. HEX triplet: 47, 14 and CE. RGB value is (71,20,206). Sum of RGB (Red+Green+Blue) = 71+20+206=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #4714CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4714CE is #B8EB31. Grayscale: #373737. Windows color (decimal): -12118834 or 13505607. OLE color: 13505607.
HSL color Cylindrical-coordinate representation of color #4714CE: hue angle of 256.45º 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 #4714CE is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 20 | 206 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.19 |
| HSL | 256.45º | 0.82% | 0.44% | - |
| HSV(B) | 256.45º | 0.9% | 0.81% | - |
| XYZ | 13.99 | 6.3 | 58.87 | - |
| YUV | 56.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 206 | 0.66 | 0.90 | 0 | 0.19 | 256.45 | 0.82 | 0.44 |
| Hex | 47 | 14 | CE | 42 | 5A | 0 | 13 | 100 | 52 | 2C |
| Octal | 107 | 24 | 316 | 102 | 132 | 0 | 23 | 400 | 122 | 54 |
| Binary | 1000111 | 10100 | 11001110 | 1000010 | 1011010 | 0 | 10011 | 100000000 | 1010010 | 101100 |
Color Harmonies of #4714CE
Complementary color
Monochromatic Colors of #4714CE
Black with #4714CE
Text Example
Text Example
White with #4714CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714CE; }
p { color: rgb(71,20,206); }
H1.HeaderClassName
{
color: #4714CE;
}
.AnyTagClassName
{
color: #4714CE;
}
</style>
background-color css
<style>
a { background-color: #4714CE; }
a { background-color: rgb(71,20,206); }
div.DivClassName
{
background-color: #4714CE;
}
.BgClassName
{
background-color: #4714CE;
}
</style>
border-color css
<style>
span { border-color: #4714CE; }
span { border-color: rgb(71,20,206); }
td.TdClassName
{
border-color: #4714CE;
}
.TagClassName
{
border-color: #4714CE;
}
</style>