Shades of Purple Heart #471EB9
Tints of Purple Heart #471EB9
RGB
CMYK
RGB Variations
Color information
#471EB9 (or 0x471EB9) is known color: Purple Heart. HEX triplet: 47, 1E and B9. RGB value is (71,30,185). Sum of RGB (Red+Green+Blue) = 71+30+185=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #471EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EB9 is #B8E146. Grayscale: #3B3B3B. Windows color (decimal): -12116295 or 12131911. OLE color: 12131911.
HSL color Cylindrical-coordinate representation of color #471EB9: hue angle of 255.87º degrees, saturation: 0.72, 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 #471EB9 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 30 | 185 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.27 |
| HSL | 255.87º | 0.72% | 0.42% | - |
| HSV(B) | 255.87º | 0.84% | 0.73% | - |
| XYZ | 11.82 | 5.77 | 46.39 | - |
| YUV | 59.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 185 | 0.62 | 0.84 | 0 | 0.27 | 255.87 | 0.72 | 0.42 |
| Hex | 47 | 1E | B9 | 3E | 54 | 0 | 1B | 100 | 48 | 2A |
| Octal | 107 | 36 | 271 | 76 | 124 | 0 | 33 | 400 | 110 | 52 |
| Binary | 1000111 | 11110 | 10111001 | 111110 | 1010100 | 0 | 11011 | 100000000 | 1001000 | 101010 |
Color Harmonies of #471EB9
Complementary color
Monochromatic Colors of #471EB9
Black with #471EB9
Text Example
Text Example
White with #471EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471EB9; }
p { color: rgb(71,30,185); }
H1.HeaderClassName
{
color: #471EB9;
}
.AnyTagClassName
{
color: #471EB9;
}
</style>
background-color css
<style>
a { background-color: #471EB9; }
a { background-color: rgb(71,30,185); }
div.DivClassName
{
background-color: #471EB9;
}
.BgClassName
{
background-color: #471EB9;
}
</style>
border-color css
<style>
span { border-color: #471EB9; }
span { border-color: rgb(71,30,185); }
td.TdClassName
{
border-color: #471EB9;
}
.TagClassName
{
border-color: #471EB9;
}
</style>