Shades of Purple Heart #471EBD
Tints of Purple Heart #471EBD
RGB
CMYK
RGB Variations
Color information
#471EBD (or 0x471EBD) is known color: Purple Heart. HEX triplet: 47, 1E and BD. RGB value is (71,30,189). Sum of RGB (Red+Green+Blue) = 71+30+189=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #471EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EBD is #B8E142. Grayscale: #3B3B3B. Windows color (decimal): -12116291 or 12394055. OLE color: 12394055.
HSL color Cylindrical-coordinate representation of color #471EBD: hue angle of 255.47º degrees, saturation: 0.73, 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 #471EBD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 30 | 189 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.26 |
| HSL | 255.47º | 0.73% | 0.43% | - |
| HSV(B) | 255.47º | 0.84% | 0.74% | - |
| XYZ | 12.25 | 5.94 | 48.65 | - |
| YUV | 60.39 | 200.58 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 189 | 0.62 | 0.84 | 0 | 0.26 | 255.47 | 0.73 | 0.43 |
| Hex | 47 | 1E | BD | 3E | 54 | 0 | 1A | FF | 49 | 2B |
| Octal | 107 | 36 | 275 | 76 | 124 | 0 | 32 | 377 | 111 | 53 |
| Binary | 1000111 | 11110 | 10111101 | 111110 | 1010100 | 0 | 11010 | 11111111 | 1001001 | 101011 |
Color Harmonies of #471EBD
Complementary color
Monochromatic Colors of #471EBD
Black with #471EBD
Text Example
Text Example
White with #471EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471EBD; }
p { color: rgb(71,30,189); }
H1.HeaderClassName
{
color: #471EBD;
}
.AnyTagClassName
{
color: #471EBD;
}
</style>
background-color css
<style>
a { background-color: #471EBD; }
a { background-color: rgb(71,30,189); }
div.DivClassName
{
background-color: #471EBD;
}
.BgClassName
{
background-color: #471EBD;
}
</style>
border-color css
<style>
span { border-color: #471EBD; }
span { border-color: rgb(71,30,189); }
td.TdClassName
{
border-color: #471EBD;
}
.TagClassName
{
border-color: #471EBD;
}
</style>