Shades of Purple Heart #471EBF
Tints of Purple Heart #471EBF
RGB
CMYK
RGB Variations
Color information
#471EBF (or 0x471EBF) is known color: Purple Heart. HEX triplet: 47, 1E and BF. RGB value is (71,30,191). Sum of RGB (Red+Green+Blue) = 71+30+191=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #471EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EBF is #B8E140. Grayscale: #3C3C3C. Windows color (decimal): -12116289 or 12525127. OLE color: 12525127.
HSL color Cylindrical-coordinate representation of color #471EBF: hue angle of 255.28º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471EBF is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 30 | 191 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.25 |
| HSL | 255.28º | 0.73% | 0.43% | - |
| HSV(B) | 255.28º | 0.84% | 0.75% | - |
| XYZ | 12.47 | 6.03 | 49.8 | - |
| YUV | 60.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 191 | 0.63 | 0.84 | 0 | 0.25 | 255.28 | 0.73 | 0.43 |
| Hex | 47 | 1E | BF | 3F | 54 | 0 | 19 | FF | 49 | 2B |
| Octal | 107 | 36 | 277 | 77 | 124 | 0 | 31 | 377 | 111 | 53 |
| Binary | 1000111 | 11110 | 10111111 | 111111 | 1010100 | 0 | 11001 | 11111111 | 1001001 | 101011 |
Color Harmonies of #471EBF
Complementary color
Monochromatic Colors of #471EBF
Black with #471EBF
Text Example
Text Example
White with #471EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471EBF; }
p { color: rgb(71,30,191); }
H1.HeaderClassName
{
color: #471EBF;
}
.AnyTagClassName
{
color: #471EBF;
}
</style>
background-color css
<style>
a { background-color: #471EBF; }
a { background-color: rgb(71,30,191); }
div.DivClassName
{
background-color: #471EBF;
}
.BgClassName
{
background-color: #471EBF;
}
</style>
border-color css
<style>
span { border-color: #471EBF; }
span { border-color: rgb(71,30,191); }
td.TdClassName
{
border-color: #471EBF;
}
.TagClassName
{
border-color: #471EBF;
}
</style>