Shades of Purple Heart #471DB9
Tints of Purple Heart #471DB9
RGB
CMYK
RGB Variations
Color information
#471DB9 (or 0x471DB9) is known color: Purple Heart. HEX triplet: 47, 1D and B9. RGB value is (71,29,185). Sum of RGB (Red+Green+Blue) = 71+29+185=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #471DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DB9 is #B8E246. Grayscale: #3A3A3A. Windows color (decimal): -12116551 or 12131655. OLE color: 12131655.
HSL color Cylindrical-coordinate representation of color #471DB9: hue angle of 256.15º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471DB9 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 29 | 185 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.27 |
| HSL | 256.15º | 0.73% | 0.42% | - |
| HSV(B) | 256.15º | 0.84% | 0.73% | - |
| XYZ | 11.79 | 5.72 | 46.38 | - |
| YUV | 59.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 185 | 0.62 | 0.84 | 0 | 0.27 | 256.15 | 0.73 | 0.42 |
| Hex | 47 | 1D | B9 | 3E | 54 | 0 | 1B | 100 | 49 | 2A |
| Octal | 107 | 35 | 271 | 76 | 124 | 0 | 33 | 400 | 111 | 52 |
| Binary | 1000111 | 11101 | 10111001 | 111110 | 1010100 | 0 | 11011 | 100000000 | 1001001 | 101010 |
Color Harmonies of #471DB9
Complementary color
Monochromatic Colors of #471DB9
Black with #471DB9
Text Example
Text Example
White with #471DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471DB9; }
p { color: rgb(71,29,185); }
H1.HeaderClassName
{
color: #471DB9;
}
.AnyTagClassName
{
color: #471DB9;
}
</style>
background-color css
<style>
a { background-color: #471DB9; }
a { background-color: rgb(71,29,185); }
div.DivClassName
{
background-color: #471DB9;
}
.BgClassName
{
background-color: #471DB9;
}
</style>
border-color css
<style>
span { border-color: #471DB9; }
span { border-color: rgb(71,29,185); }
td.TdClassName
{
border-color: #471DB9;
}
.TagClassName
{
border-color: #471DB9;
}
</style>