Shades of Purple Heart #4719AD
Tints of Purple Heart #4719AD
RGB
CMYK
RGB Variations
Color information
#4719AD (or 0x4719AD) is known color: Purple Heart. HEX triplet: 47, 19 and AD. RGB value is (71,25,173). Sum of RGB (Red+Green+Blue) = 71+25+173=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #4719AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4719AD is #B8E652. Grayscale: #373737. Windows color (decimal): -12117587 or 11344199. OLE color: 11344199.
HSL color Cylindrical-coordinate representation of color #4719AD: hue angle of 258.65º degrees, saturation: 0.75, 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 #4719AD is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 25 | 173 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.32 |
| HSL | 258.65º | 0.75% | 0.39% | - |
| HSV(B) | 258.65º | 0.86% | 0.68% | - |
| XYZ | 10.49 | 5.05 | 39.96 | - |
| YUV | 55.63 | 194.24 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 173 | 0.59 | 0.86 | 0 | 0.32 | 258.65 | 0.75 | 0.39 |
| Hex | 47 | 19 | AD | 3B | 56 | 0 | 20 | 103 | 4B | 27 |
| Octal | 107 | 31 | 255 | 73 | 126 | 0 | 40 | 403 | 113 | 47 |
| Binary | 1000111 | 11001 | 10101101 | 111011 | 1010110 | 0 | 100000 | 100000011 | 1001011 | 100111 |
Color Harmonies of #4719AD
Complementary color
Monochromatic Colors of #4719AD
Black with #4719AD
Text Example
Text Example
White with #4719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4719AD; }
p { color: rgb(71,25,173); }
H1.HeaderClassName
{
color: #4719AD;
}
.AnyTagClassName
{
color: #4719AD;
}
</style>
background-color css
<style>
a { background-color: #4719AD; }
a { background-color: rgb(71,25,173); }
div.DivClassName
{
background-color: #4719AD;
}
.BgClassName
{
background-color: #4719AD;
}
</style>
border-color css
<style>
span { border-color: #4719AD; }
span { border-color: rgb(71,25,173); }
td.TdClassName
{
border-color: #4719AD;
}
.TagClassName
{
border-color: #4719AD;
}
</style>