Shades of Purple Heart #4718A7
Tints of Purple Heart #4718A7
RGB
CMYK
RGB Variations
Color information
#4718A7 (or 0x4718A7) is known color: Purple Heart. HEX triplet: 47, 18 and A7. RGB value is (71,24,167). Sum of RGB (Red+Green+Blue) = 71+24+167=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 167 (65.62% from 255 or 63.74% from 262); Max value from RGB is 167 - color contains mainly: blue. Hex color #4718A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4718A7 is #B8E758. Grayscale: #353535. Windows color (decimal): -12117849 or 10950727. OLE color: 10950727.
HSL color Cylindrical-coordinate representation of color #4718A7: hue angle of 259.72º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4718A7 is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 24 | 167 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.35 |
| HSL | 259.72º | 0.75% | 0.37% | - |
| HSV(B) | 259.72º | 0.86% | 0.65% | - |
| XYZ | 9.9 | 4.78 | 36.96 | - |
| YUV | 54.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 167 | 0.57 | 0.86 | 0 | 0.35 | 259.72 | 0.75 | 0.37 |
| Hex | 47 | 18 | A7 | 39 | 56 | 0 | 23 | 104 | 4B | 25 |
| Octal | 107 | 30 | 247 | 71 | 126 | 0 | 43 | 404 | 113 | 45 |
| Binary | 1000111 | 11000 | 10100111 | 111001 | 1010110 | 0 | 100011 | 100000100 | 1001011 | 100101 |
Color Harmonies of #4718A7
Complementary color
Monochromatic Colors of #4718A7
Black with #4718A7
Text Example
Text Example
White with #4718A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718A7; }
p { color: rgb(71,24,167); }
H1.HeaderClassName
{
color: #4718A7;
}
.AnyTagClassName
{
color: #4718A7;
}
</style>
background-color css
<style>
a { background-color: #4718A7; }
a { background-color: rgb(71,24,167); }
div.DivClassName
{
background-color: #4718A7;
}
.BgClassName
{
background-color: #4718A7;
}
</style>
border-color css
<style>
span { border-color: #4718A7; }
span { border-color: rgb(71,24,167); }
td.TdClassName
{
border-color: #4718A7;
}
.TagClassName
{
border-color: #4718A7;
}
</style>