Shades of Purple Heart #5A2ABF
Tints of Purple Heart #5A2ABF
RGB
CMYK
RGB Variations
Color information
#5A2ABF (or 0x5A2ABF) is known color: Purple Heart. HEX triplet: 5A, 2A and BF. RGB value is (90,42,191). Sum of RGB (Red+Green+Blue) = 90+42+191=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A2ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2ABF is #A5D540. Grayscale: #484848. Windows color (decimal): -10868033 or 12528218. OLE color: 12528218.
HSL color Cylindrical-coordinate representation of color #5A2ABF: hue angle of 259.33º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2ABF is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 42 | 191 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.25 |
| HSL | 259.33º | 0.64% | 0.46% | - |
| HSV(B) | 259.33º | 0.78% | 0.75% | - |
| XYZ | 14.45 | 7.59 | 49.99 | - |
| YUV | 73.34 | 194.4 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 191 | 0.53 | 0.78 | 0 | 0.25 | 259.33 | 0.64 | 0.46 |
| Hex | 5A | 2A | BF | 35 | 4E | 0 | 19 | 103 | 40 | 2E |
| Octal | 132 | 52 | 277 | 65 | 116 | 0 | 31 | 403 | 100 | 56 |
| Binary | 1011010 | 101010 | 10111111 | 110101 | 1001110 | 0 | 11001 | 100000011 | 1000000 | 101110 |
Color Harmonies of #5A2ABF
Complementary color
Monochromatic Colors of #5A2ABF
Black with #5A2ABF
Text Example
Text Example
White with #5A2ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2ABF; }
p { color: rgb(90,42,191); }
H1.HeaderClassName
{
color: #5A2ABF;
}
.AnyTagClassName
{
color: #5A2ABF;
}
</style>
background-color css
<style>
a { background-color: #5A2ABF; }
a { background-color: rgb(90,42,191); }
div.DivClassName
{
background-color: #5A2ABF;
}
.BgClassName
{
background-color: #5A2ABF;
}
</style>
border-color css
<style>
span { border-color: #5A2ABF; }
span { border-color: rgb(90,42,191); }
td.TdClassName
{
border-color: #5A2ABF;
}
.TagClassName
{
border-color: #5A2ABF;
}
</style>