Shades of Purple Heart #4716BE
Tints of Purple Heart #4716BE
RGB
CMYK
RGB Variations
Color information
#4716BE (or 0x4716BE) is known color: Purple Heart. HEX triplet: 47, 16 and BE. RGB value is (71,22,190). Sum of RGB (Red+Green+Blue) = 71+22+190=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #4716BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716BE is #B8E941. Grayscale: #373737. Windows color (decimal): -12118338 or 12457543. OLE color: 12457543.
HSL color Cylindrical-coordinate representation of color #4716BE: hue angle of 257.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4716BE is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 22 | 190 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.25 |
| HSL | 257.5º | 0.79% | 0.42% | - |
| HSV(B) | 257.5º | 0.88% | 0.75% | - |
| XYZ | 12.18 | 5.63 | 49.16 | - |
| YUV | 55.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 190 | 0.63 | 0.88 | 0 | 0.25 | 257.5 | 0.79 | 0.42 |
| Hex | 47 | 16 | BE | 3F | 58 | 0 | 19 | 102 | 4F | 2A |
| Octal | 107 | 26 | 276 | 77 | 130 | 0 | 31 | 402 | 117 | 52 |
| Binary | 1000111 | 10110 | 10111110 | 111111 | 1011000 | 0 | 11001 | 100000010 | 1001111 | 101010 |
Color Harmonies of #4716BE
Complementary color
Monochromatic Colors of #4716BE
Black with #4716BE
Text Example
Text Example
White with #4716BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716BE; }
p { color: rgb(71,22,190); }
H1.HeaderClassName
{
color: #4716BE;
}
.AnyTagClassName
{
color: #4716BE;
}
</style>
background-color css
<style>
a { background-color: #4716BE; }
a { background-color: rgb(71,22,190); }
div.DivClassName
{
background-color: #4716BE;
}
.BgClassName
{
background-color: #4716BE;
}
</style>
border-color css
<style>
span { border-color: #4716BE; }
span { border-color: rgb(71,22,190); }
td.TdClassName
{
border-color: #4716BE;
}
.TagClassName
{
border-color: #4716BE;
}
</style>