Shades of Purple Heart #4720CB
Tints of Purple Heart #4720CB
RGB
CMYK
RGB Variations
Color information
#4720CB (or 0x4720CB) is known color: Purple Heart. HEX triplet: 47, 20 and CB. RGB value is (71,32,203). Sum of RGB (Red+Green+Blue) = 71+32+203=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #4720CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720CB is #B8DF34. Grayscale: #3E3E3E. Windows color (decimal): -12115765 or 13312071. OLE color: 13312071.
HSL color Cylindrical-coordinate representation of color #4720CB: hue angle of 253.68º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4720CB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 32 | 203 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.20 |
| HSL | 253.68º | 0.73% | 0.46% | - |
| HSV(B) | 253.68º | 0.84% | 0.8% | - |
| XYZ | 13.89 | 6.68 | 57.06 | - |
| YUV | 63.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 32 | 203 | 0.65 | 0.84 | 0 | 0.20 | 253.68 | 0.73 | 0.46 |
| Hex | 47 | 20 | CB | 41 | 54 | 0 | 14 | FE | 49 | 2E |
| Octal | 107 | 40 | 313 | 101 | 124 | 0 | 24 | 376 | 111 | 56 |
| Binary | 1000111 | 100000 | 11001011 | 1000001 | 1010100 | 0 | 10100 | 11111110 | 1001001 | 101110 |
Color Harmonies of #4720CB
Complementary color
Monochromatic Colors of #4720CB
Black with #4720CB
Text Example
Text Example
White with #4720CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4720CB; }
p { color: rgb(71,32,203); }
H1.HeaderClassName
{
color: #4720CB;
}
.AnyTagClassName
{
color: #4720CB;
}
</style>
background-color css
<style>
a { background-color: #4720CB; }
a { background-color: rgb(71,32,203); }
div.DivClassName
{
background-color: #4720CB;
}
.BgClassName
{
background-color: #4720CB;
}
</style>
border-color css
<style>
span { border-color: #4720CB; }
span { border-color: rgb(71,32,203); }
td.TdClassName
{
border-color: #4720CB;
}
.TagClassName
{
border-color: #4720CB;
}
</style>