Shades of Purple Heart #471FBD
Tints of Purple Heart #471FBD
RGB
CMYK
RGB Variations
Color information
#471FBD (or 0x471FBD) is known color: Purple Heart. HEX triplet: 47, 1F and BD. RGB value is (71,31,189). Sum of RGB (Red+Green+Blue) = 71+31+189=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #471FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FBD is #B8E042. Grayscale: #3C3C3C. Windows color (decimal): -12116035 or 12394311. OLE color: 12394311.
HSL color Cylindrical-coordinate representation of color #471FBD: hue angle of 255.19º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471FBD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 31 | 189 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.26 |
| HSL | 255.19º | 0.72% | 0.43% | - |
| HSV(B) | 255.19º | 0.84% | 0.74% | - |
| XYZ | 12.27 | 5.99 | 48.65 | - |
| YUV | 60.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 189 | 0.62 | 0.84 | 0 | 0.26 | 255.19 | 0.72 | 0.43 |
| Hex | 47 | 1F | BD | 3E | 54 | 0 | 1A | FF | 48 | 2B |
| Octal | 107 | 37 | 275 | 76 | 124 | 0 | 32 | 377 | 110 | 53 |
| Binary | 1000111 | 11111 | 10111101 | 111110 | 1010100 | 0 | 11010 | 11111111 | 1001000 | 101011 |
Color Harmonies of #471FBD
Complementary color
Monochromatic Colors of #471FBD
Black with #471FBD
Text Example
Text Example
White with #471FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471FBD; }
p { color: rgb(71,31,189); }
H1.HeaderClassName
{
color: #471FBD;
}
.AnyTagClassName
{
color: #471FBD;
}
</style>
background-color css
<style>
a { background-color: #471FBD; }
a { background-color: rgb(71,31,189); }
div.DivClassName
{
background-color: #471FBD;
}
.BgClassName
{
background-color: #471FBD;
}
</style>
border-color css
<style>
span { border-color: #471FBD; }
span { border-color: rgb(71,31,189); }
td.TdClassName
{
border-color: #471FBD;
}
.TagClassName
{
border-color: #471FBD;
}
</style>