Shades of Purple Heart #4718AD
Tints of Purple Heart #4718AD
RGB
CMYK
RGB Variations
Color information
#4718AD (or 0x4718AD) is known color: Purple Heart. HEX triplet: 47, 18 and AD. RGB value is (71,24,173). Sum of RGB (Red+Green+Blue) = 71+24+173=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #4718AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4718AD is #B8E752. Grayscale: #363636. Windows color (decimal): -12117843 or 11343943. OLE color: 11343943.
HSL color Cylindrical-coordinate representation of color #4718AD: hue angle of 258.93º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4718AD is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 24 | 173 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.32 |
| HSL | 258.93º | 0.76% | 0.39% | - |
| HSV(B) | 258.93º | 0.86% | 0.68% | - |
| XYZ | 10.47 | 5.01 | 39.95 | - |
| YUV | 55.04 | 194.57 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 173 | 0.59 | 0.86 | 0 | 0.32 | 258.93 | 0.76 | 0.39 |
| Hex | 47 | 18 | AD | 3B | 56 | 0 | 20 | 103 | 4C | 27 |
| Octal | 107 | 30 | 255 | 73 | 126 | 0 | 40 | 403 | 114 | 47 |
| Binary | 1000111 | 11000 | 10101101 | 111011 | 1010110 | 0 | 100000 | 100000011 | 1001100 | 100111 |
Color Harmonies of #4718AD
Complementary color
Monochromatic Colors of #4718AD
Black with #4718AD
Text Example
Text Example
White with #4718AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718AD; }
p { color: rgb(71,24,173); }
H1.HeaderClassName
{
color: #4718AD;
}
.AnyTagClassName
{
color: #4718AD;
}
</style>
background-color css
<style>
a { background-color: #4718AD; }
a { background-color: rgb(71,24,173); }
div.DivClassName
{
background-color: #4718AD;
}
.BgClassName
{
background-color: #4718AD;
}
</style>
border-color css
<style>
span { border-color: #4718AD; }
span { border-color: rgb(71,24,173); }
td.TdClassName
{
border-color: #4718AD;
}
.TagClassName
{
border-color: #4718AD;
}
</style>