Shades of Purple Heart #5A13AF
Tints of Purple Heart #5A13AF
RGB
CMYK
RGB Variations
Color information
#5A13AF (or 0x5A13AF) is known color: Purple Heart. HEX triplet: 5A, 13 and AF. RGB value is (90,19,175). Sum of RGB (Red+Green+Blue) = 90+19+175=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A13AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A13AF is #A5EC50. Grayscale: #393939. Windows color (decimal): -10873937 or 11473754. OLE color: 11473754.
HSL color Cylindrical-coordinate representation of color #5A13AF: hue angle of 267.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A13AF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 19 | 175 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.31 |
| HSL | 267.31º | 0.8% | 0.38% | - |
| HSV(B) | 267.31º | 0.89% | 0.69% | - |
| XYZ | 12.19 | 5.73 | 41.02 | - |
| YUV | 58.01 | 194.02 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 175 | 0.49 | 0.89 | 0 | 0.31 | 267.31 | 0.8 | 0.38 |
| Hex | 5A | 13 | AF | 31 | 59 | 0 | 1F | 10B | 50 | 26 |
| Octal | 132 | 23 | 257 | 61 | 131 | 0 | 37 | 413 | 120 | 46 |
| Binary | 1011010 | 10011 | 10101111 | 110001 | 1011001 | 0 | 11111 | 100001011 | 1010000 | 100110 |
Color Harmonies of #5A13AF
Complementary color
Monochromatic Colors of #5A13AF
Black with #5A13AF
Text Example
Text Example
White with #5A13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A13AF; }
p { color: rgb(90,19,175); }
H1.HeaderClassName
{
color: #5A13AF;
}
.AnyTagClassName
{
color: #5A13AF;
}
</style>
background-color css
<style>
a { background-color: #5A13AF; }
a { background-color: rgb(90,19,175); }
div.DivClassName
{
background-color: #5A13AF;
}
.BgClassName
{
background-color: #5A13AF;
}
</style>
border-color css
<style>
span { border-color: #5A13AF; }
span { border-color: rgb(90,19,175); }
td.TdClassName
{
border-color: #5A13AF;
}
.TagClassName
{
border-color: #5A13AF;
}
</style>