Shades of Purple Heart #5A16CF
Tints of Purple Heart #5A16CF
RGB
CMYK
RGB Variations
Color information
#5A16CF (or 0x5A16CF) is known color: Purple Heart. HEX triplet: 5A, 16 and CF. RGB value is (90,22,207). Sum of RGB (Red+Green+Blue) = 90+22+207=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A16CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16CF is #A5E930. Grayscale: #3E3E3E. Windows color (decimal): -10873137 or 13571674. OLE color: 13571674.
HSL color Cylindrical-coordinate representation of color #5A16CF: hue angle of 262.05º 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 #5A16CF is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 22 | 207 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.19 |
| HSL | 262.05º | 0.81% | 0.45% | - |
| HSV(B) | 262.05º | 0.89% | 0.81% | - |
| XYZ | 15.77 | 7.25 | 59.6 | - |
| YUV | 63.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 207 | 0.57 | 0.89 | 0 | 0.19 | 262.05 | 0.81 | 0.45 |
| Hex | 5A | 16 | CF | 39 | 59 | 0 | 13 | 106 | 51 | 2D |
| Octal | 132 | 26 | 317 | 71 | 131 | 0 | 23 | 406 | 121 | 55 |
| Binary | 1011010 | 10110 | 11001111 | 111001 | 1011001 | 0 | 10011 | 100000110 | 1010001 | 101101 |
Color Harmonies of #5A16CF
Complementary color
Monochromatic Colors of #5A16CF
Black with #5A16CF
Text Example
Text Example
White with #5A16CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16CF; }
p { color: rgb(90,22,207); }
H1.HeaderClassName
{
color: #5A16CF;
}
.AnyTagClassName
{
color: #5A16CF;
}
</style>
background-color css
<style>
a { background-color: #5A16CF; }
a { background-color: rgb(90,22,207); }
div.DivClassName
{
background-color: #5A16CF;
}
.BgClassName
{
background-color: #5A16CF;
}
</style>
border-color css
<style>
span { border-color: #5A16CF; }
span { border-color: rgb(90,22,207); }
td.TdClassName
{
border-color: #5A16CF;
}
.TagClassName
{
border-color: #5A16CF;
}
</style>