Shades of Purple Heart #471ABE
Tints of Purple Heart #471ABE
RGB
CMYK
RGB Variations
Color information
#471ABE (or 0x471ABE) is known color: Purple Heart. HEX triplet: 47, 1A and BE. RGB value is (71,26,190). Sum of RGB (Red+Green+Blue) = 71+26+190=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #471ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ABE is #B8E541. Grayscale: #393939. Windows color (decimal): -12117314 or 12458567. OLE color: 12458567.
HSL color Cylindrical-coordinate representation of color #471ABE: hue angle of 256.46º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471ABE is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 26 | 190 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.25 |
| HSL | 256.46º | 0.76% | 0.42% | - |
| HSV(B) | 256.46º | 0.86% | 0.75% | - |
| XYZ | 12.26 | 5.8 | 49.19 | - |
| YUV | 58.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 190 | 0.63 | 0.86 | 0 | 0.25 | 256.46 | 0.76 | 0.42 |
| Hex | 47 | 1A | BE | 3F | 56 | 0 | 19 | 100 | 4C | 2A |
| Octal | 107 | 32 | 276 | 77 | 126 | 0 | 31 | 400 | 114 | 52 |
| Binary | 1000111 | 11010 | 10111110 | 111111 | 1010110 | 0 | 11001 | 100000000 | 1001100 | 101010 |
Color Harmonies of #471ABE
Complementary color
Monochromatic Colors of #471ABE
Black with #471ABE
Text Example
Text Example
White with #471ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471ABE; }
p { color: rgb(71,26,190); }
H1.HeaderClassName
{
color: #471ABE;
}
.AnyTagClassName
{
color: #471ABE;
}
</style>
background-color css
<style>
a { background-color: #471ABE; }
a { background-color: rgb(71,26,190); }
div.DivClassName
{
background-color: #471ABE;
}
.BgClassName
{
background-color: #471ABE;
}
</style>
border-color css
<style>
span { border-color: #471ABE; }
span { border-color: rgb(71,26,190); }
td.TdClassName
{
border-color: #471ABE;
}
.TagClassName
{
border-color: #471ABE;
}
</style>