Shades of Purple Heart #471DCC
Tints of Purple Heart #471DCC
RGB
CMYK
RGB Variations
Color information
#471DCC (or 0x471DCC) is known color: Purple Heart. HEX triplet: 47, 1D and CC. RGB value is (71,29,204). Sum of RGB (Red+Green+Blue) = 71+29+204=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #471DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DCC is #B8E233. Grayscale: #3C3C3C. Windows color (decimal): -12116532 or 13376839. OLE color: 13376839.
HSL color Cylindrical-coordinate representation of color #471DCC: hue angle of 254.4º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471DCC is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 29 | 204 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.2 |
| HSL | 254.4º | 0.75% | 0.46% | - |
| HSV(B) | 254.4º | 0.86% | 0.8% | - |
| XYZ | 13.94 | 6.58 | 57.66 | - |
| YUV | 61.51 | 208.41 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 204 | 0.65 | 0.86 | 0 | 0.2 | 254.4 | 0.75 | 0.46 |
| Hex | 47 | 1D | CC | 41 | 56 | 0 | 14 | FE | 4B | 2E |
| Octal | 107 | 35 | 314 | 101 | 126 | 0 | 24 | 376 | 113 | 56 |
| Binary | 1000111 | 11101 | 11001100 | 1000001 | 1010110 | 0 | 10100 | 11111110 | 1001011 | 101110 |
Color Harmonies of #471DCC
Complementary color
Monochromatic Colors of #471DCC
Black with #471DCC
Text Example
Text Example
White with #471DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DCC; }
p { color: rgb(71,29,204); }
H1.HeaderClassName
{
color: #471DCC;
}
.AnyTagClassName
{
color: #471DCC;
}
</style>
background-color css
<style>
a { background-color: #471DCC; }
a { background-color: rgb(71,29,204); }
div.DivClassName
{
background-color: #471DCC;
}
.BgClassName
{
background-color: #471DCC;
}
</style>
border-color css
<style>
span { border-color: #471DCC; }
span { border-color: rgb(71,29,204); }
td.TdClassName
{
border-color: #471DCC;
}
.TagClassName
{
border-color: #471DCC;
}
</style>