Shades of Purple Heart #472DBD
Tints of Purple Heart #472DBD
RGB
CMYK
RGB Variations
Color information
#472DBD (or 0x472DBD) is known color: Purple Heart. HEX triplet: 47, 2D and BD. RGB value is (71,45,189). Sum of RGB (Red+Green+Blue) = 71+45+189=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #472DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DBD is #B8D242. Grayscale: #444444. Windows color (decimal): -12112451 or 12397895. OLE color: 12397895.
HSL color Cylindrical-coordinate representation of color #472DBD: hue angle of 250.83º degrees, saturation: 0.62, 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 #472DBD is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 45 | 189 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.26 |
| HSL | 250.83º | 0.62% | 0.46% | - |
| HSV(B) | 250.83º | 0.76% | 0.74% | - |
| XYZ | 12.72 | 6.89 | 48.8 | - |
| YUV | 69.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 189 | 0.62 | 0.76 | 0 | 0.26 | 250.83 | 0.62 | 0.46 |
| Hex | 47 | 2D | BD | 3E | 4C | 0 | 1A | FB | 3E | 2E |
| Octal | 107 | 55 | 275 | 76 | 114 | 0 | 32 | 373 | 76 | 56 |
| Binary | 1000111 | 101101 | 10111101 | 111110 | 1001100 | 0 | 11010 | 11111011 | 111110 | 101110 |
Color Harmonies of #472DBD
Complementary color
Monochromatic Colors of #472DBD
Black with #472DBD
Text Example
Text Example
White with #472DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DBD; }
p { color: rgb(71,45,189); }
H1.HeaderClassName
{
color: #472DBD;
}
.AnyTagClassName
{
color: #472DBD;
}
</style>
background-color css
<style>
a { background-color: #472DBD; }
a { background-color: rgb(71,45,189); }
div.DivClassName
{
background-color: #472DBD;
}
.BgClassName
{
background-color: #472DBD;
}
</style>
border-color css
<style>
span { border-color: #472DBD; }
span { border-color: rgb(71,45,189); }
td.TdClassName
{
border-color: #472DBD;
}
.TagClassName
{
border-color: #472DBD;
}
</style>