Shades of Purple Heart #4720D0
Tints of Purple Heart #4720D0
RGB
CMYK
RGB Variations
Color information
#4720D0 (or 0x4720D0) is known color: Purple Heart. HEX triplet: 47, 20 and D0. RGB value is (71,32,208). Sum of RGB (Red+Green+Blue) = 71+32+208=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #4720D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720D0 is #B8DF2F. Grayscale: #3F3F3F. Windows color (decimal): -12115760 or 13639751. OLE color: 13639751.
HSL color Cylindrical-coordinate representation of color #4720D0: hue angle of 253.3º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4720D0 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 32 | 208 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.18 |
| HSL | 253.3º | 0.73% | 0.47% | - |
| HSV(B) | 253.3º | 0.85% | 0.82% | - |
| XYZ | 14.5 | 6.93 | 60.25 | - |
| YUV | 63.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 208 | 0.66 | 0.85 | 0 | 0.18 | 253.3 | 0.73 | 0.47 |
| Hex | 47 | 20 | D0 | 42 | 55 | 0 | 12 | FD | 49 | 2F |
| Octal | 107 | 40 | 320 | 102 | 125 | 0 | 22 | 375 | 111 | 57 |
| Binary | 1000111 | 100000 | 11010000 | 1000010 | 1010101 | 0 | 10010 | 11111101 | 1001001 | 101111 |
Color Harmonies of #4720D0
Complementary color
Monochromatic Colors of #4720D0
Black with #4720D0
Text Example
Text Example
White with #4720D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720D0; }
p { color: rgb(71,32,208); }
H1.HeaderClassName
{
color: #4720D0;
}
.AnyTagClassName
{
color: #4720D0;
}
</style>
background-color css
<style>
a { background-color: #4720D0; }
a { background-color: rgb(71,32,208); }
div.DivClassName
{
background-color: #4720D0;
}
.BgClassName
{
background-color: #4720D0;
}
</style>
border-color css
<style>
span { border-color: #4720D0; }
span { border-color: rgb(71,32,208); }
td.TdClassName
{
border-color: #4720D0;
}
.TagClassName
{
border-color: #4720D0;
}
</style>