Shades of Purple Heart #472AC8
Tints of Purple Heart #472AC8
RGB
CMYK
RGB Variations
Color information
#472AC8 (or 0x472AC8) is known color: Purple Heart. HEX triplet: 47, 2A and C8. RGB value is (71,42,200). Sum of RGB (Red+Green+Blue) = 71+42+200=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #472AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472AC8 is #B8D537. Grayscale: #444444. Windows color (decimal): -12113208 or 13118023. OLE color: 13118023.
HSL color Cylindrical-coordinate representation of color #472AC8: hue angle of 251.01º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472AC8 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 42 | 200 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.22 |
| HSL | 251.01º | 0.65% | 0.47% | - |
| HSV(B) | 251.01º | 0.79% | 0.78% | - |
| XYZ | 13.85 | 7.17 | 55.3 | - |
| YUV | 68.68 | 202.11 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 200 | 0.64 | 0.79 | 0 | 0.22 | 251.01 | 0.65 | 0.47 |
| Hex | 47 | 2A | C8 | 40 | 4F | 0 | 16 | FB | 41 | 2F |
| Octal | 107 | 52 | 310 | 100 | 117 | 0 | 26 | 373 | 101 | 57 |
| Binary | 1000111 | 101010 | 11001000 | 1000000 | 1001111 | 0 | 10110 | 11111011 | 1000001 | 101111 |
Color Harmonies of #472AC8
Complementary color
Monochromatic Colors of #472AC8
Black with #472AC8
Text Example
Text Example
White with #472AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AC8; }
p { color: rgb(71,42,200); }
H1.HeaderClassName
{
color: #472AC8;
}
.AnyTagClassName
{
color: #472AC8;
}
</style>
background-color css
<style>
a { background-color: #472AC8; }
a { background-color: rgb(71,42,200); }
div.DivClassName
{
background-color: #472AC8;
}
.BgClassName
{
background-color: #472AC8;
}
</style>
border-color css
<style>
span { border-color: #472AC8; }
span { border-color: rgb(71,42,200); }
td.TdClassName
{
border-color: #472AC8;
}
.TagClassName
{
border-color: #472AC8;
}
</style>