Shades of Purple Heart #471AAF
Tints of Purple Heart #471AAF
RGB
CMYK
RGB Variations
Color information
#471AAF (or 0x471AAF) is known color: Purple Heart. HEX triplet: 47, 1A and AF. RGB value is (71,26,175). Sum of RGB (Red+Green+Blue) = 71+26+175=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #471AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AAF is #B8E550. Grayscale: #373737. Windows color (decimal): -12117329 or 11475527. OLE color: 11475527.
HSL color Cylindrical-coordinate representation of color #471AAF: hue angle of 258.12º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471AAF is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 26 | 175 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.31 |
| HSL | 258.12º | 0.74% | 0.39% | - |
| HSV(B) | 258.12º | 0.85% | 0.69% | - |
| XYZ | 10.71 | 5.17 | 40.99 | - |
| YUV | 56.44 | 194.91 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 175 | 0.59 | 0.85 | 0 | 0.31 | 258.12 | 0.74 | 0.39 |
| Hex | 47 | 1A | AF | 3B | 55 | 0 | 1F | 102 | 4A | 27 |
| Octal | 107 | 32 | 257 | 73 | 125 | 0 | 37 | 402 | 112 | 47 |
| Binary | 1000111 | 11010 | 10101111 | 111011 | 1010101 | 0 | 11111 | 100000010 | 1001010 | 100111 |
Color Harmonies of #471AAF
Complementary color
Monochromatic Colors of #471AAF
Black with #471AAF
Text Example
Text Example
White with #471AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AAF; }
p { color: rgb(71,26,175); }
H1.HeaderClassName
{
color: #471AAF;
}
.AnyTagClassName
{
color: #471AAF;
}
</style>
background-color css
<style>
a { background-color: #471AAF; }
a { background-color: rgb(71,26,175); }
div.DivClassName
{
background-color: #471AAF;
}
.BgClassName
{
background-color: #471AAF;
}
</style>
border-color css
<style>
span { border-color: #471AAF; }
span { border-color: rgb(71,26,175); }
td.TdClassName
{
border-color: #471AAF;
}
.TagClassName
{
border-color: #471AAF;
}
</style>