Shades of Purple Heart #471AB9
Tints of Purple Heart #471AB9
RGB
CMYK
RGB Variations
Color information
#471AB9 (or 0x471AB9) is known color: Purple Heart. HEX triplet: 47, 1A and B9. RGB value is (71,26,185). Sum of RGB (Red+Green+Blue) = 71+26+185=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #471AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AB9 is #B8E546. Grayscale: #383838. Windows color (decimal): -12117319 or 12130887. OLE color: 12130887.
HSL color Cylindrical-coordinate representation of color #471AB9: hue angle of 256.98º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471AB9 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 26 | 185 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.27 |
| HSL | 256.98º | 0.75% | 0.41% | - |
| HSV(B) | 256.98º | 0.86% | 0.73% | - |
| XYZ | 11.72 | 5.58 | 46.36 | - |
| YUV | 57.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 185 | 0.62 | 0.86 | 0 | 0.27 | 256.98 | 0.75 | 0.41 |
| Hex | 47 | 1A | B9 | 3E | 56 | 0 | 1B | 101 | 4B | 29 |
| Octal | 107 | 32 | 271 | 76 | 126 | 0 | 33 | 401 | 113 | 51 |
| Binary | 1000111 | 11010 | 10111001 | 111110 | 1010110 | 0 | 11011 | 100000001 | 1001011 | 101001 |
Color Harmonies of #471AB9
Complementary color
Monochromatic Colors of #471AB9
Black with #471AB9
Text Example
Text Example
White with #471AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AB9; }
p { color: rgb(71,26,185); }
H1.HeaderClassName
{
color: #471AB9;
}
.AnyTagClassName
{
color: #471AB9;
}
</style>
background-color css
<style>
a { background-color: #471AB9; }
a { background-color: rgb(71,26,185); }
div.DivClassName
{
background-color: #471AB9;
}
.BgClassName
{
background-color: #471AB9;
}
</style>
border-color css
<style>
span { border-color: #471AB9; }
span { border-color: rgb(71,26,185); }
td.TdClassName
{
border-color: #471AB9;
}
.TagClassName
{
border-color: #471AB9;
}
</style>