Shades of Purple Heart #4716BD
Tints of Purple Heart #4716BD
RGB
CMYK
RGB Variations
Color information
#4716BD (or 0x4716BD) is known color: Purple Heart. HEX triplet: 47, 16 and BD. RGB value is (71,22,189). Sum of RGB (Red+Green+Blue) = 71+22+189=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #4716BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716BD is #B8E942. Grayscale: #373737. Windows color (decimal): -12118339 or 12392007. OLE color: 12392007.
HSL color Cylindrical-coordinate representation of color #4716BD: hue angle of 257.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4716BD is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 22 | 189 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.26 |
| HSL | 257.6º | 0.79% | 0.41% | - |
| HSV(B) | 257.6º | 0.88% | 0.74% | - |
| XYZ | 12.07 | 5.59 | 48.59 | - |
| YUV | 55.69 | 203.23 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 189 | 0.62 | 0.88 | 0 | 0.26 | 257.6 | 0.79 | 0.41 |
| Hex | 47 | 16 | BD | 3E | 58 | 0 | 1A | 102 | 4F | 29 |
| Octal | 107 | 26 | 275 | 76 | 130 | 0 | 32 | 402 | 117 | 51 |
| Binary | 1000111 | 10110 | 10111101 | 111110 | 1011000 | 0 | 11010 | 100000010 | 1001111 | 101001 |
Color Harmonies of #4716BD
Complementary color
Monochromatic Colors of #4716BD
Black with #4716BD
Text Example
Text Example
White with #4716BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716BD; }
p { color: rgb(71,22,189); }
H1.HeaderClassName
{
color: #4716BD;
}
.AnyTagClassName
{
color: #4716BD;
}
</style>
background-color css
<style>
a { background-color: #4716BD; }
a { background-color: rgb(71,22,189); }
div.DivClassName
{
background-color: #4716BD;
}
.BgClassName
{
background-color: #4716BD;
}
</style>
border-color css
<style>
span { border-color: #4716BD; }
span { border-color: rgb(71,22,189); }
td.TdClassName
{
border-color: #4716BD;
}
.TagClassName
{
border-color: #4716BD;
}
</style>