Shades of Purple Heart #472DCD
Tints of Purple Heart #472DCD
RGB
CMYK
RGB Variations
Color information
#472DCD (or 0x472DCD) is known color: Purple Heart. HEX triplet: 47, 2D and CD. RGB value is (71,45,205). Sum of RGB (Red+Green+Blue) = 71+45+205=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #472DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DCD is #B8D232. Grayscale: #464646. Windows color (decimal): -12112435 or 13446471. OLE color: 13446471.
HSL color Cylindrical-coordinate representation of color #472DCD: hue angle of 249.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472DCD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 45 | 205 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.20 |
| HSL | 249.75º | 0.64% | 0.49% | - |
| HSV(B) | 249.75º | 0.78% | 0.8% | - |
| XYZ | 14.56 | 7.62 | 58.46 | - |
| YUV | 71.01 | 203.61 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 205 | 0.65 | 0.78 | 0 | 0.20 | 249.75 | 0.64 | 0.49 |
| Hex | 47 | 2D | CD | 41 | 4E | 0 | 14 | FA | 40 | 31 |
| Octal | 107 | 55 | 315 | 101 | 116 | 0 | 24 | 372 | 100 | 61 |
| Binary | 1000111 | 101101 | 11001101 | 1000001 | 1001110 | 0 | 10100 | 11111010 | 1000000 | 110001 |
Color Harmonies of #472DCD
Complementary color
Monochromatic Colors of #472DCD
Black with #472DCD
Text Example
Text Example
White with #472DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DCD; }
p { color: rgb(71,45,205); }
H1.HeaderClassName
{
color: #472DCD;
}
.AnyTagClassName
{
color: #472DCD;
}
</style>
background-color css
<style>
a { background-color: #472DCD; }
a { background-color: rgb(71,45,205); }
div.DivClassName
{
background-color: #472DCD;
}
.BgClassName
{
background-color: #472DCD;
}
</style>
border-color css
<style>
span { border-color: #472DCD; }
span { border-color: rgb(71,45,205); }
td.TdClassName
{
border-color: #472DCD;
}
.TagClassName
{
border-color: #472DCD;
}
</style>