Shades of Purple Heart #5A12AD
Tints of Purple Heart #5A12AD
RGB
CMYK
RGB Variations
Color information
#5A12AD (or 0x5A12AD) is known color: Purple Heart. HEX triplet: 5A, 12 and AD. RGB value is (90,18,173). Sum of RGB (Red+Green+Blue) = 90+18+173=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 173 (67.97% from 255 or 61.57% from 281); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A12AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A12AD is #A5ED52. Grayscale: #383838. Windows color (decimal): -10874195 or 11342426. OLE color: 11342426.
HSL color Cylindrical-coordinate representation of color #5A12AD: hue angle of 267.87º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A12AD is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 18 | 173 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.32 |
| HSL | 267.87º | 0.81% | 0.37% | - |
| HSV(B) | 267.87º | 0.9% | 0.68% | - |
| XYZ | 11.98 | 5.62 | 39.99 | - |
| YUV | 57.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 173 | 0.48 | 0.90 | 0 | 0.32 | 267.87 | 0.81 | 0.37 |
| Hex | 5A | 12 | AD | 30 | 5A | 0 | 20 | 10C | 51 | 25 |
| Octal | 132 | 22 | 255 | 60 | 132 | 0 | 40 | 414 | 121 | 45 |
| Binary | 1011010 | 10010 | 10101101 | 110000 | 1011010 | 0 | 100000 | 100001100 | 1010001 | 100101 |
Color Harmonies of #5A12AD
Complementary color
Monochromatic Colors of #5A12AD
Black with #5A12AD
Text Example
Text Example
White with #5A12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A12AD; }
p { color: rgb(90,18,173); }
H1.HeaderClassName
{
color: #5A12AD;
}
.AnyTagClassName
{
color: #5A12AD;
}
</style>
background-color css
<style>
a { background-color: #5A12AD; }
a { background-color: rgb(90,18,173); }
div.DivClassName
{
background-color: #5A12AD;
}
.BgClassName
{
background-color: #5A12AD;
}
</style>
border-color css
<style>
span { border-color: #5A12AD; }
span { border-color: rgb(90,18,173); }
td.TdClassName
{
border-color: #5A12AD;
}
.TagClassName
{
border-color: #5A12AD;
}
</style>