Shades of Purple Heart #4716CF
Tints of Purple Heart #4716CF
RGB
CMYK
RGB Variations
Color information
#4716CF (or 0x4716CF) is known color: Purple Heart. HEX triplet: 47, 16 and CF. RGB value is (71,22,207). Sum of RGB (Red+Green+Blue) = 71+22+207=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #4716CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4716CF is #B8E930. Grayscale: #393939. Windows color (decimal): -12118321 or 13571655. OLE color: 13571655.
HSL color Cylindrical-coordinate representation of color #4716CF: hue angle of 255.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4716CF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 22 | 207 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.19 |
| HSL | 255.89º | 0.81% | 0.45% | - |
| HSV(B) | 255.89º | 0.89% | 0.81% | - |
| XYZ | 14.15 | 6.42 | 59.52 | - |
| YUV | 57.74 | 212.23 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 207 | 0.66 | 0.89 | 0 | 0.19 | 255.89 | 0.81 | 0.45 |
| Hex | 47 | 16 | CF | 42 | 59 | 0 | 13 | 100 | 51 | 2D |
| Octal | 107 | 26 | 317 | 102 | 131 | 0 | 23 | 400 | 121 | 55 |
| Binary | 1000111 | 10110 | 11001111 | 1000010 | 1011001 | 0 | 10011 | 100000000 | 1010001 | 101101 |
Color Harmonies of #4716CF
Complementary color
Monochromatic Colors of #4716CF
Black with #4716CF
Text Example
Text Example
White with #4716CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716CF; }
p { color: rgb(71,22,207); }
H1.HeaderClassName
{
color: #4716CF;
}
.AnyTagClassName
{
color: #4716CF;
}
</style>
background-color css
<style>
a { background-color: #4716CF; }
a { background-color: rgb(71,22,207); }
div.DivClassName
{
background-color: #4716CF;
}
.BgClassName
{
background-color: #4716CF;
}
</style>
border-color css
<style>
span { border-color: #4716CF; }
span { border-color: rgb(71,22,207); }
td.TdClassName
{
border-color: #4716CF;
}
.TagClassName
{
border-color: #4716CF;
}
</style>