Shades of Purple Heart #471FB1
Tints of Purple Heart #471FB1
RGB
CMYK
RGB Variations
Color information
#471FB1 (or 0x471FB1) is known color: Purple Heart. HEX triplet: 47, 1F and B1. RGB value is (71,31,177). Sum of RGB (Red+Green+Blue) = 71+31+177=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #471FB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471FB1 is #B8E04E. Grayscale: #3B3B3B. Windows color (decimal): -12116047 or 11607879. OLE color: 11607879.
HSL color Cylindrical-coordinate representation of color #471FB1: hue angle of 256.44º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471FB1 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 31 | 177 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.31 |
| HSL | 256.44º | 0.7% | 0.41% | - |
| HSV(B) | 256.44º | 0.82% | 0.69% | - |
| XYZ | 11.02 | 5.49 | 42.07 | - |
| YUV | 59.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 177 | 0.60 | 0.82 | 0 | 0.31 | 256.44 | 0.7 | 0.41 |
| Hex | 47 | 1F | B1 | 3C | 52 | 0 | 1F | 100 | 46 | 29 |
| Octal | 107 | 37 | 261 | 74 | 122 | 0 | 37 | 400 | 106 | 51 |
| Binary | 1000111 | 11111 | 10110001 | 111100 | 1010010 | 0 | 11111 | 100000000 | 1000110 | 101001 |
Color Harmonies of #471FB1
Complementary color
Monochromatic Colors of #471FB1
Black with #471FB1
Text Example
Text Example
White with #471FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FB1; }
p { color: rgb(71,31,177); }
H1.HeaderClassName
{
color: #471FB1;
}
.AnyTagClassName
{
color: #471FB1;
}
</style>
background-color css
<style>
a { background-color: #471FB1; }
a { background-color: rgb(71,31,177); }
div.DivClassName
{
background-color: #471FB1;
}
.BgClassName
{
background-color: #471FB1;
}
</style>
border-color css
<style>
span { border-color: #471FB1; }
span { border-color: rgb(71,31,177); }
td.TdClassName
{
border-color: #471FB1;
}
.TagClassName
{
border-color: #471FB1;
}
</style>