Shades of Purple Heart #471ABB
Tints of Purple Heart #471ABB
RGB
CMYK
RGB Variations
Color information
#471ABB (or 0x471ABB) is known color: Purple Heart. HEX triplet: 47, 1A and BB. RGB value is (71,26,187). Sum of RGB (Red+Green+Blue) = 71+26+187=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #471ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ABB is #B8E544. Grayscale: #393939. Windows color (decimal): -12117317 or 12261959. OLE color: 12261959.
HSL color Cylindrical-coordinate representation of color #471ABB: hue angle of 256.77º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471ABB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 26 | 187 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.27 |
| HSL | 256.77º | 0.76% | 0.42% | - |
| HSV(B) | 256.77º | 0.86% | 0.73% | - |
| XYZ | 11.94 | 5.67 | 47.48 | - |
| YUV | 57.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 187 | 0.62 | 0.86 | 0 | 0.27 | 256.77 | 0.76 | 0.42 |
| Hex | 47 | 1A | BB | 3E | 56 | 0 | 1B | 101 | 4C | 2A |
| Octal | 107 | 32 | 273 | 76 | 126 | 0 | 33 | 401 | 114 | 52 |
| Binary | 1000111 | 11010 | 10111011 | 111110 | 1010110 | 0 | 11011 | 100000001 | 1001100 | 101010 |
Color Harmonies of #471ABB
Complementary color
Monochromatic Colors of #471ABB
Black with #471ABB
Text Example
Text Example
White with #471ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471ABB; }
p { color: rgb(71,26,187); }
H1.HeaderClassName
{
color: #471ABB;
}
.AnyTagClassName
{
color: #471ABB;
}
</style>
background-color css
<style>
a { background-color: #471ABB; }
a { background-color: rgb(71,26,187); }
div.DivClassName
{
background-color: #471ABB;
}
.BgClassName
{
background-color: #471ABB;
}
</style>
border-color css
<style>
span { border-color: #471ABB; }
span { border-color: rgb(71,26,187); }
td.TdClassName
{
border-color: #471ABB;
}
.TagClassName
{
border-color: #471ABB;
}
</style>