Shades of Purple Heart #5A36AD
Tints of Purple Heart #5A36AD
RGB
CMYK
RGB Variations
Color information
#5A36AD (or 0x5A36AD) is known color: Purple Heart. HEX triplet: 5A, 36 and AD. RGB value is (90,54,173). Sum of RGB (Red+Green+Blue) = 90+54+173=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A36AD is #A5C952. Grayscale: #4D4D4D. Windows color (decimal): -10864979 or 11351642. OLE color: 11351642.
HSL color Cylindrical-coordinate representation of color #5A36AD: hue angle of 258.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A36AD is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 54 | 173 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.32 |
| HSL | 258.15º | 0.52% | 0.45% | - |
| HSV(B) | 258.15º | 0.69% | 0.68% | - |
| XYZ | 13.08 | 7.83 | 40.36 | - |
| YUV | 78.33 | 181.43 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 173 | 0.48 | 0.69 | 0 | 0.32 | 258.15 | 0.52 | 0.45 |
| Hex | 5A | 36 | AD | 30 | 45 | 0 | 20 | 102 | 34 | 2D |
| Octal | 132 | 66 | 255 | 60 | 105 | 0 | 40 | 402 | 64 | 55 |
| Binary | 1011010 | 110110 | 10101101 | 110000 | 1000101 | 0 | 100000 | 100000010 | 110100 | 101101 |
Color Harmonies of #5A36AD
Complementary color
Monochromatic Colors of #5A36AD
Black with #5A36AD
Text Example
Text Example
White with #5A36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36AD; }
p { color: rgb(90,54,173); }
H1.HeaderClassName
{
color: #5A36AD;
}
.AnyTagClassName
{
color: #5A36AD;
}
</style>
background-color css
<style>
a { background-color: #5A36AD; }
a { background-color: rgb(90,54,173); }
div.DivClassName
{
background-color: #5A36AD;
}
.BgClassName
{
background-color: #5A36AD;
}
</style>
border-color css
<style>
span { border-color: #5A36AD; }
span { border-color: rgb(90,54,173); }
td.TdClassName
{
border-color: #5A36AD;
}
.TagClassName
{
border-color: #5A36AD;
}
</style>