Shades of Purple Heart #4720CA
Tints of Purple Heart #4720CA
RGB
CMYK
RGB Variations
Color information
#4720CA (or 0x4720CA) is known color: Purple Heart. HEX triplet: 47, 20 and CA. RGB value is (71,32,202). Sum of RGB (Red+Green+Blue) = 71+32+202=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #4720CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720CA is #B8DF35. Grayscale: #3E3E3E. Windows color (decimal): -12115766 or 13246535. OLE color: 13246535.
HSL color Cylindrical-coordinate representation of color #4720CA: hue angle of 253.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4720CA is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 32 | 202 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.21 |
| HSL | 253.76º | 0.73% | 0.46% | - |
| HSV(B) | 253.76º | 0.84% | 0.79% | - |
| XYZ | 13.78 | 6.64 | 56.43 | - |
| YUV | 63.04 | 206.42 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 202 | 0.65 | 0.84 | 0 | 0.21 | 253.76 | 0.73 | 0.46 |
| Hex | 47 | 20 | CA | 41 | 54 | 0 | 15 | FE | 49 | 2E |
| Octal | 107 | 40 | 312 | 101 | 124 | 0 | 25 | 376 | 111 | 56 |
| Binary | 1000111 | 100000 | 11001010 | 1000001 | 1010100 | 0 | 10101 | 11111110 | 1001001 | 101110 |
Color Harmonies of #4720CA
Complementary color
Monochromatic Colors of #4720CA
Black with #4720CA
Text Example
Text Example
White with #4720CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720CA; }
p { color: rgb(71,32,202); }
H1.HeaderClassName
{
color: #4720CA;
}
.AnyTagClassName
{
color: #4720CA;
}
</style>
background-color css
<style>
a { background-color: #4720CA; }
a { background-color: rgb(71,32,202); }
div.DivClassName
{
background-color: #4720CA;
}
.BgClassName
{
background-color: #4720CA;
}
</style>
border-color css
<style>
span { border-color: #4720CA; }
span { border-color: rgb(71,32,202); }
td.TdClassName
{
border-color: #4720CA;
}
.TagClassName
{
border-color: #4720CA;
}
</style>