Shades of Purple Heart #472DCC
Tints of Purple Heart #472DCC
RGB
CMYK
RGB Variations
Color information
#472DCC (or 0x472DCC) is known color: Purple Heart. HEX triplet: 47, 2D and CC. RGB value is (71,45,204). Sum of RGB (Red+Green+Blue) = 71+45+204=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #472DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DCC is #B8D233. Grayscale: #464646. Windows color (decimal): -12112436 or 13380935. OLE color: 13380935.
HSL color Cylindrical-coordinate representation of color #472DCC: hue angle of 249.81º 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 #472DCC is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 45 | 204 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.2 |
| HSL | 249.81º | 0.64% | 0.49% | - |
| HSV(B) | 249.81º | 0.78% | 0.8% | - |
| XYZ | 14.44 | 7.58 | 57.83 | - |
| YUV | 70.9 | 203.11 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 204 | 0.65 | 0.78 | 0 | 0.2 | 249.81 | 0.64 | 0.49 |
| Hex | 47 | 2D | CC | 41 | 4E | 0 | 14 | FA | 40 | 31 |
| Octal | 107 | 55 | 314 | 101 | 116 | 0 | 24 | 372 | 100 | 61 |
| Binary | 1000111 | 101101 | 11001100 | 1000001 | 1001110 | 0 | 10100 | 11111010 | 1000000 | 110001 |
Color Harmonies of #472DCC
Complementary color
Monochromatic Colors of #472DCC
Black with #472DCC
Text Example
Text Example
White with #472DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DCC; }
p { color: rgb(71,45,204); }
H1.HeaderClassName
{
color: #472DCC;
}
.AnyTagClassName
{
color: #472DCC;
}
</style>
background-color css
<style>
a { background-color: #472DCC; }
a { background-color: rgb(71,45,204); }
div.DivClassName
{
background-color: #472DCC;
}
.BgClassName
{
background-color: #472DCC;
}
</style>
border-color css
<style>
span { border-color: #472DCC; }
span { border-color: rgb(71,45,204); }
td.TdClassName
{
border-color: #472DCC;
}
.TagClassName
{
border-color: #472DCC;
}
</style>