Shades of Purple Heart #472DCF
Tints of Purple Heart #472DCF
RGB
CMYK
RGB Variations
Color information
#472DCF (or 0x472DCF) is known color: Purple Heart. HEX triplet: 47, 2D and CF. RGB value is (71,45,207). Sum of RGB (Red+Green+Blue) = 71+45+207=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #472DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DCF is #B8D230. Grayscale: #464646. Windows color (decimal): -12112433 or 13577543. OLE color: 13577543.
HSL color Cylindrical-coordinate representation of color #472DCF: hue angle of 249.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472DCF is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 45 | 207 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.19 |
| HSL | 249.63º | 0.64% | 0.49% | - |
| HSV(B) | 249.63º | 0.78% | 0.81% | - |
| XYZ | 14.8 | 7.72 | 59.74 | - |
| YUV | 71.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 207 | 0.66 | 0.78 | 0 | 0.19 | 249.63 | 0.64 | 0.49 |
| Hex | 47 | 2D | CF | 42 | 4E | 0 | 13 | FA | 40 | 31 |
| Octal | 107 | 55 | 317 | 102 | 116 | 0 | 23 | 372 | 100 | 61 |
| Binary | 1000111 | 101101 | 11001111 | 1000010 | 1001110 | 0 | 10011 | 11111010 | 1000000 | 110001 |
Color Harmonies of #472DCF
Complementary color
Monochromatic Colors of #472DCF
Black with #472DCF
Text Example
Text Example
White with #472DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DCF; }
p { color: rgb(71,45,207); }
H1.HeaderClassName
{
color: #472DCF;
}
.AnyTagClassName
{
color: #472DCF;
}
</style>
background-color css
<style>
a { background-color: #472DCF; }
a { background-color: rgb(71,45,207); }
div.DivClassName
{
background-color: #472DCF;
}
.BgClassName
{
background-color: #472DCF;
}
</style>
border-color css
<style>
span { border-color: #472DCF; }
span { border-color: rgb(71,45,207); }
td.TdClassName
{
border-color: #472DCF;
}
.TagClassName
{
border-color: #472DCF;
}
</style>