Shades of Purple Heart #4714A8
Tints of Purple Heart #4714A8
RGB
CMYK
RGB Variations
Color information
#4714A8 (or 0x4714A8) is known color: Purple Heart. HEX triplet: 47, 14 and A8. RGB value is (71,20,168). Sum of RGB (Red+Green+Blue) = 71+20+168=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #4714A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4714A8 is #B8EB57. Grayscale: #333333. Windows color (decimal): -12118872 or 11015239. OLE color: 11015239.
HSL color Cylindrical-coordinate representation of color #4714A8: hue angle of 260.68º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4714A8 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 20 | 168 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.34 |
| HSL | 260.68º | 0.79% | 0.37% | - |
| HSV(B) | 260.68º | 0.88% | 0.66% | - |
| XYZ | 9.92 | 4.67 | 37.42 | - |
| YUV | 52.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 20 | 168 | 0.58 | 0.88 | 0 | 0.34 | 260.68 | 0.79 | 0.37 |
| Hex | 47 | 14 | A8 | 3A | 58 | 0 | 22 | 105 | 4F | 25 |
| Octal | 107 | 24 | 250 | 72 | 130 | 0 | 42 | 405 | 117 | 45 |
| Binary | 1000111 | 10100 | 10101000 | 111010 | 1011000 | 0 | 100010 | 100000101 | 1001111 | 100101 |
Color Harmonies of #4714A8
Complementary color
Monochromatic Colors of #4714A8
Black with #4714A8
Text Example
Text Example
White with #4714A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4714A8; }
p { color: rgb(71,20,168); }
H1.HeaderClassName
{
color: #4714A8;
}
.AnyTagClassName
{
color: #4714A8;
}
</style>
background-color css
<style>
a { background-color: #4714A8; }
a { background-color: rgb(71,20,168); }
div.DivClassName
{
background-color: #4714A8;
}
.BgClassName
{
background-color: #4714A8;
}
</style>
border-color css
<style>
span { border-color: #4714A8; }
span { border-color: rgb(71,20,168); }
td.TdClassName
{
border-color: #4714A8;
}
.TagClassName
{
border-color: #4714A8;
}
</style>