Shades of Purple Heart #5A16AF
Tints of Purple Heart #5A16AF
RGB
CMYK
RGB Variations
Color information
#5A16AF (or 0x5A16AF) is known color: Purple Heart. HEX triplet: 5A, 16 and AF. RGB value is (90,22,175). Sum of RGB (Red+Green+Blue) = 90+22+175=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A16AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A16AF is #A5E950. Grayscale: #3B3B3B. Windows color (decimal): -10873169 or 11474522. OLE color: 11474522.
HSL color Cylindrical-coordinate representation of color #5A16AF: hue angle of 266.67º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A16AF is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 22 | 175 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.31 |
| HSL | 266.67º | 0.78% | 0.39% | - |
| HSV(B) | 266.67º | 0.87% | 0.69% | - |
| XYZ | 12.24 | 5.84 | 41.04 | - |
| YUV | 59.77 | 193.03 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 175 | 0.49 | 0.87 | 0 | 0.31 | 266.67 | 0.78 | 0.39 |
| Hex | 5A | 16 | AF | 31 | 57 | 0 | 1F | 10B | 4E | 27 |
| Octal | 132 | 26 | 257 | 61 | 127 | 0 | 37 | 413 | 116 | 47 |
| Binary | 1011010 | 10110 | 10101111 | 110001 | 1010111 | 0 | 11111 | 100001011 | 1001110 | 100111 |
Color Harmonies of #5A16AF
Complementary color
Monochromatic Colors of #5A16AF
Black with #5A16AF
Text Example
Text Example
White with #5A16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A16AF; }
p { color: rgb(90,22,175); }
H1.HeaderClassName
{
color: #5A16AF;
}
.AnyTagClassName
{
color: #5A16AF;
}
</style>
background-color css
<style>
a { background-color: #5A16AF; }
a { background-color: rgb(90,22,175); }
div.DivClassName
{
background-color: #5A16AF;
}
.BgClassName
{
background-color: #5A16AF;
}
</style>
border-color css
<style>
span { border-color: #5A16AF; }
span { border-color: rgb(90,22,175); }
td.TdClassName
{
border-color: #5A16AF;
}
.TagClassName
{
border-color: #5A16AF;
}
</style>