Shades of Purple Heart #471AD0
Tints of Purple Heart #471AD0
RGB
CMYK
RGB Variations
Color information
#471AD0 (or 0x471AD0) is known color: Purple Heart. HEX triplet: 47, 1A and D0. RGB value is (71,26,208). Sum of RGB (Red+Green+Blue) = 71+26+208=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 208 (81.64% from 255 or 68.20% from 305); Max value from RGB is 208 - color contains mainly: blue. Hex color #471AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AD0 is #B8E52F. Grayscale: #3B3B3B. Windows color (decimal): -12117296 or 13638215. OLE color: 13638215.
HSL color Cylindrical-coordinate representation of color #471AD0: hue angle of 254.84º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471AD0 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 26 | 208 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.18 |
| HSL | 254.84º | 0.78% | 0.46% | - |
| HSV(B) | 254.84º | 0.88% | 0.82% | - |
| XYZ | 14.35 | 6.63 | 60.2 | - |
| YUV | 60.2 | 211.41 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 208 | 0.66 | 0.88 | 0 | 0.18 | 254.84 | 0.78 | 0.46 |
| Hex | 47 | 1A | D0 | 42 | 58 | 0 | 12 | FF | 4E | 2E |
| Octal | 107 | 32 | 320 | 102 | 130 | 0 | 22 | 377 | 116 | 56 |
| Binary | 1000111 | 11010 | 11010000 | 1000010 | 1011000 | 0 | 10010 | 11111111 | 1001110 | 101110 |
Color Harmonies of #471AD0
Complementary color
Monochromatic Colors of #471AD0
Black with #471AD0
Text Example
Text Example
White with #471AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471AD0; }
p { color: rgb(71,26,208); }
H1.HeaderClassName
{
color: #471AD0;
}
.AnyTagClassName
{
color: #471AD0;
}
</style>
background-color css
<style>
a { background-color: #471AD0; }
a { background-color: rgb(71,26,208); }
div.DivClassName
{
background-color: #471AD0;
}
.BgClassName
{
background-color: #471AD0;
}
</style>
border-color css
<style>
span { border-color: #471AD0; }
span { border-color: rgb(71,26,208); }
td.TdClassName
{
border-color: #471AD0;
}
.TagClassName
{
border-color: #471AD0;
}
</style>