Shades of Purple Heart #471EBB
Tints of Purple Heart #471EBB
RGB
CMYK
RGB Variations
Color information
#471EBB (or 0x471EBB) is known color: Purple Heart. HEX triplet: 47, 1E and BB. RGB value is (71,30,187). Sum of RGB (Red+Green+Blue) = 71+30+187=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #471EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EBB is #B8E144. Grayscale: #3B3B3B. Windows color (decimal): -12116293 or 12262983. OLE color: 12262983.
HSL color Cylindrical-coordinate representation of color #471EBB: hue angle of 255.67º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471EBB is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 30 | 187 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.27 |
| HSL | 255.67º | 0.72% | 0.43% | - |
| HSV(B) | 255.67º | 0.84% | 0.73% | - |
| XYZ | 12.03 | 5.86 | 47.51 | - |
| YUV | 60.16 | 199.58 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 187 | 0.62 | 0.84 | 0 | 0.27 | 255.67 | 0.72 | 0.43 |
| Hex | 47 | 1E | BB | 3E | 54 | 0 | 1B | 100 | 48 | 2B |
| Octal | 107 | 36 | 273 | 76 | 124 | 0 | 33 | 400 | 110 | 53 |
| Binary | 1000111 | 11110 | 10111011 | 111110 | 1010100 | 0 | 11011 | 100000000 | 1001000 | 101011 |
Color Harmonies of #471EBB
Complementary color
Monochromatic Colors of #471EBB
Black with #471EBB
Text Example
Text Example
White with #471EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471EBB; }
p { color: rgb(71,30,187); }
H1.HeaderClassName
{
color: #471EBB;
}
.AnyTagClassName
{
color: #471EBB;
}
</style>
background-color css
<style>
a { background-color: #471EBB; }
a { background-color: rgb(71,30,187); }
div.DivClassName
{
background-color: #471EBB;
}
.BgClassName
{
background-color: #471EBB;
}
</style>
border-color css
<style>
span { border-color: #471EBB; }
span { border-color: rgb(71,30,187); }
td.TdClassName
{
border-color: #471EBB;
}
.TagClassName
{
border-color: #471EBB;
}
</style>