Shades of Purple Heart #472DC0
Tints of Purple Heart #472DC0
RGB
CMYK
RGB Variations
Color information
#472DC0 (or 0x472DC0) is known color: Purple Heart. HEX triplet: 47, 2D and C0. RGB value is (71,45,192). Sum of RGB (Red+Green+Blue) = 71+45+192=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #472DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DC0 is #B8D23F. Grayscale: #444444. Windows color (decimal): -12112448 or 12594503. OLE color: 12594503.
HSL color Cylindrical-coordinate representation of color #472DC0: hue angle of 250.61º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472DC0 is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 45 | 192 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.25 |
| HSL | 250.61º | 0.62% | 0.46% | - |
| HSV(B) | 250.61º | 0.77% | 0.75% | - |
| XYZ | 13.05 | 7.02 | 50.54 | - |
| YUV | 69.53 | 197.11 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 192 | 0.63 | 0.77 | 0 | 0.25 | 250.61 | 0.62 | 0.46 |
| Hex | 47 | 2D | C0 | 3F | 4D | 0 | 19 | FB | 3E | 2E |
| Octal | 107 | 55 | 300 | 77 | 115 | 0 | 31 | 373 | 76 | 56 |
| Binary | 1000111 | 101101 | 11000000 | 111111 | 1001101 | 0 | 11001 | 11111011 | 111110 | 101110 |
Color Harmonies of #472DC0
Complementary color
Monochromatic Colors of #472DC0
Black with #472DC0
Text Example
Text Example
White with #472DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DC0; }
p { color: rgb(71,45,192); }
H1.HeaderClassName
{
color: #472DC0;
}
.AnyTagClassName
{
color: #472DC0;
}
</style>
background-color css
<style>
a { background-color: #472DC0; }
a { background-color: rgb(71,45,192); }
div.DivClassName
{
background-color: #472DC0;
}
.BgClassName
{
background-color: #472DC0;
}
</style>
border-color css
<style>
span { border-color: #472DC0; }
span { border-color: rgb(71,45,192); }
td.TdClassName
{
border-color: #472DC0;
}
.TagClassName
{
border-color: #472DC0;
}
</style>