Shades of Purple Heart #4719B1
Tints of Purple Heart #4719B1
RGB
CMYK
RGB Variations
Color information
#4719B1 (or 0x4719B1) is known color: Purple Heart. HEX triplet: 47, 19 and B1. RGB value is (71,25,177). Sum of RGB (Red+Green+Blue) = 71+25+177=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #4719B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4719B1 is #B8E64E. Grayscale: #373737. Windows color (decimal): -12117583 or 11606343. OLE color: 11606343.
HSL color Cylindrical-coordinate representation of color #4719B1: hue angle of 258.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4719B1 is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 25 | 177 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.31 |
| HSL | 258.16º | 0.75% | 0.4% | - |
| HSV(B) | 258.16º | 0.86% | 0.69% | - |
| XYZ | 10.88 | 5.21 | 42.03 | - |
| YUV | 56.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 177 | 0.60 | 0.86 | 0 | 0.31 | 258.16 | 0.75 | 0.4 |
| Hex | 47 | 19 | B1 | 3C | 56 | 0 | 1F | 102 | 4B | 28 |
| Octal | 107 | 31 | 261 | 74 | 126 | 0 | 37 | 402 | 113 | 50 |
| Binary | 1000111 | 11001 | 10110001 | 111100 | 1010110 | 0 | 11111 | 100000010 | 1001011 | 101000 |
Color Harmonies of #4719B1
Complementary color
Monochromatic Colors of #4719B1
Black with #4719B1
Text Example
Text Example
White with #4719B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4719B1; }
p { color: rgb(71,25,177); }
H1.HeaderClassName
{
color: #4719B1;
}
.AnyTagClassName
{
color: #4719B1;
}
</style>
background-color css
<style>
a { background-color: #4719B1; }
a { background-color: rgb(71,25,177); }
div.DivClassName
{
background-color: #4719B1;
}
.BgClassName
{
background-color: #4719B1;
}
</style>
border-color css
<style>
span { border-color: #4719B1; }
span { border-color: rgb(71,25,177); }
td.TdClassName
{
border-color: #4719B1;
}
.TagClassName
{
border-color: #4719B1;
}
</style>