Shades of Purple Heart #471ABD
Tints of Purple Heart #471ABD
RGB
CMYK
RGB Variations
Color information
#471ABD (or 0x471ABD) is known color: Purple Heart. HEX triplet: 47, 1A and BD. RGB value is (71,26,189). Sum of RGB (Red+Green+Blue) = 71+26+189=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #471ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ABD is #B8E542. Grayscale: #393939. Windows color (decimal): -12117315 or 12393031. OLE color: 12393031.
HSL color Cylindrical-coordinate representation of color #471ABD: hue angle of 256.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471ABD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 26 | 189 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.26 |
| HSL | 256.56º | 0.76% | 0.42% | - |
| HSV(B) | 256.56º | 0.86% | 0.74% | - |
| XYZ | 12.15 | 5.75 | 48.61 | - |
| YUV | 58.04 | 201.91 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 189 | 0.62 | 0.86 | 0 | 0.26 | 256.56 | 0.76 | 0.42 |
| Hex | 47 | 1A | BD | 3E | 56 | 0 | 1A | 101 | 4C | 2A |
| Octal | 107 | 32 | 275 | 76 | 126 | 0 | 32 | 401 | 114 | 52 |
| Binary | 1000111 | 11010 | 10111101 | 111110 | 1010110 | 0 | 11010 | 100000001 | 1001100 | 101010 |
Color Harmonies of #471ABD
Complementary color
Monochromatic Colors of #471ABD
Black with #471ABD
Text Example
Text Example
White with #471ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471ABD; }
p { color: rgb(71,26,189); }
H1.HeaderClassName
{
color: #471ABD;
}
.AnyTagClassName
{
color: #471ABD;
}
</style>
background-color css
<style>
a { background-color: #471ABD; }
a { background-color: rgb(71,26,189); }
div.DivClassName
{
background-color: #471ABD;
}
.BgClassName
{
background-color: #471ABD;
}
</style>
border-color css
<style>
span { border-color: #471ABD; }
span { border-color: rgb(71,26,189); }
td.TdClassName
{
border-color: #471ABD;
}
.TagClassName
{
border-color: #471ABD;
}
</style>