Shades of Purple Heart #4722B7
Tints of Purple Heart #4722B7
RGB
CMYK
RGB Variations
Color information
#4722B7 (or 0x4722B7) is known color: Purple Heart. HEX triplet: 47, 22 and B7. RGB value is (71,34,183). Sum of RGB (Red+Green+Blue) = 71+34+183=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 183 (71.88% from 255 or 63.54% from 288); Max value from RGB is 183 - color contains mainly: blue. Hex color #4722B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4722B7 is #B8DD48. Grayscale: #3D3D3D. Windows color (decimal): -12115273 or 12001863. OLE color: 12001863.
HSL color Cylindrical-coordinate representation of color #4722B7: hue angle of 254.9º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4722B7 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 71 | 34 | 183 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.28 |
| HSL | 254.9º | 0.69% | 0.43% | - |
| HSV(B) | 254.9º | 0.81% | 0.72% | - |
| XYZ | 11.72 | 5.9 | 45.32 | - |
| YUV | 62.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 183 | 0.61 | 0.81 | 0 | 0.28 | 254.9 | 0.69 | 0.43 |
| Hex | 47 | 22 | B7 | 3D | 51 | 0 | 1C | FF | 45 | 2B |
| Octal | 107 | 42 | 267 | 75 | 121 | 0 | 34 | 377 | 105 | 53 |
| Binary | 1000111 | 100010 | 10110111 | 111101 | 1010001 | 0 | 11100 | 11111111 | 1000101 | 101011 |
Color Harmonies of #4722B7
Complementary color
Monochromatic Colors of #4722B7
Black with #4722B7
Text Example
Text Example
White with #4722B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4722B7; }
p { color: rgb(71,34,183); }
H1.HeaderClassName
{
color: #4722B7;
}
.AnyTagClassName
{
color: #4722B7;
}
</style>
background-color css
<style>
a { background-color: #4722B7; }
a { background-color: rgb(71,34,183); }
div.DivClassName
{
background-color: #4722B7;
}
.BgClassName
{
background-color: #4722B7;
}
</style>
border-color css
<style>
span { border-color: #4722B7; }
span { border-color: rgb(71,34,183); }
td.TdClassName
{
border-color: #4722B7;
}
.TagClassName
{
border-color: #4722B7;
}
</style>