Shades of Purple Heart #5A19AF
Tints of Purple Heart #5A19AF
RGB
CMYK
RGB Variations
Color information
#5A19AF (or 0x5A19AF) is known color: Purple Heart. HEX triplet: 5A, 19 and AF. RGB value is (90,25,175). Sum of RGB (Red+Green+Blue) = 90+25+175=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A19AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A19AF is #A5E650. Grayscale: #3D3D3D. Windows color (decimal): -10872401 or 11475290. OLE color: 11475290.
HSL color Cylindrical-coordinate representation of color #5A19AF: hue angle of 266º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A19AF is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 25 | 175 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.31 |
| HSL | 266º | 0.75% | 0.39% | - |
| HSV(B) | 266º | 0.86% | 0.69% | - |
| XYZ | 12.3 | 5.96 | 41.06 | - |
| YUV | 61.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 175 | 0.49 | 0.86 | 0 | 0.31 | 266 | 0.75 | 0.39 |
| Hex | 5A | 19 | AF | 31 | 56 | 0 | 1F | 10A | 4B | 27 |
| Octal | 132 | 31 | 257 | 61 | 126 | 0 | 37 | 412 | 113 | 47 |
| Binary | 1011010 | 11001 | 10101111 | 110001 | 1010110 | 0 | 11111 | 100001010 | 1001011 | 100111 |
Color Harmonies of #5A19AF
Complementary color
Monochromatic Colors of #5A19AF
Black with #5A19AF
Text Example
Text Example
White with #5A19AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A19AF; }
p { color: rgb(90,25,175); }
H1.HeaderClassName
{
color: #5A19AF;
}
.AnyTagClassName
{
color: #5A19AF;
}
</style>
background-color css
<style>
a { background-color: #5A19AF; }
a { background-color: rgb(90,25,175); }
div.DivClassName
{
background-color: #5A19AF;
}
.BgClassName
{
background-color: #5A19AF;
}
</style>
border-color css
<style>
span { border-color: #5A19AF; }
span { border-color: rgb(90,25,175); }
td.TdClassName
{
border-color: #5A19AF;
}
.TagClassName
{
border-color: #5A19AF;
}
</style>