Shades of Purple Heart #472DBC
Tints of Purple Heart #472DBC
RGB
CMYK
RGB Variations
Color information
#472DBC (or 0x472DBC) is known color: Purple Heart. HEX triplet: 47, 2D and BC. RGB value is (71,45,188). Sum of RGB (Red+Green+Blue) = 71+45+188=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #472DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DBC is #B8D243. Grayscale: #444444. Windows color (decimal): -12112452 or 12332359. OLE color: 12332359.
HSL color Cylindrical-coordinate representation of color #472DBC: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472DBC is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 45 | 188 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.26 |
| HSL | 250.91º | 0.61% | 0.46% | - |
| HSV(B) | 250.91º | 0.76% | 0.74% | - |
| XYZ | 12.61 | 6.85 | 48.23 | - |
| YUV | 69.08 | 195.11 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 188 | 0.62 | 0.76 | 0 | 0.26 | 250.91 | 0.61 | 0.46 |
| Hex | 47 | 2D | BC | 3E | 4C | 0 | 1A | FB | 3D | 2E |
| Octal | 107 | 55 | 274 | 76 | 114 | 0 | 32 | 373 | 75 | 56 |
| Binary | 1000111 | 101101 | 10111100 | 111110 | 1001100 | 0 | 11010 | 11111011 | 111101 | 101110 |
Color Harmonies of #472DBC
Complementary color
Monochromatic Colors of #472DBC
Black with #472DBC
Text Example
Text Example
White with #472DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DBC; }
p { color: rgb(71,45,188); }
H1.HeaderClassName
{
color: #472DBC;
}
.AnyTagClassName
{
color: #472DBC;
}
</style>
background-color css
<style>
a { background-color: #472DBC; }
a { background-color: rgb(71,45,188); }
div.DivClassName
{
background-color: #472DBC;
}
.BgClassName
{
background-color: #472DBC;
}
</style>
border-color css
<style>
span { border-color: #472DBC; }
span { border-color: rgb(71,45,188); }
td.TdClassName
{
border-color: #472DBC;
}
.TagClassName
{
border-color: #472DBC;
}
</style>