Shades of Purple Heart #5A2DAC
Tints of Purple Heart #5A2DAC
RGB
CMYK
RGB Variations
Color information
#5A2DAC (or 0x5A2DAC) is known color: Purple Heart. HEX triplet: 5A, 2D and AC. RGB value is (90,45,172). Sum of RGB (Red+Green+Blue) = 90+45+172=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2DAC is #A5D253. Grayscale: #484848. Windows color (decimal): -10867284 or 11283802. OLE color: 11283802.
HSL color Cylindrical-coordinate representation of color #5A2DAC: hue angle of 261.26º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A2DAC is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 45 | 172 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.33 |
| HSL | 261.26º | 0.59% | 0.43% | - |
| HSV(B) | 261.26º | 0.74% | 0.67% | - |
| XYZ | 12.6 | 7.03 | 39.72 | - |
| YUV | 72.93 | 183.91 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 172 | 0.48 | 0.74 | 0 | 0.33 | 261.26 | 0.59 | 0.43 |
| Hex | 5A | 2D | AC | 30 | 4A | 0 | 21 | 105 | 3B | 2B |
| Octal | 132 | 55 | 254 | 60 | 112 | 0 | 41 | 405 | 73 | 53 |
| Binary | 1011010 | 101101 | 10101100 | 110000 | 1001010 | 0 | 100001 | 100000101 | 111011 | 101011 |
Color Harmonies of #5A2DAC
Complementary color
Monochromatic Colors of #5A2DAC
Black with #5A2DAC
Text Example
Text Example
White with #5A2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DAC; }
p { color: rgb(90,45,172); }
H1.HeaderClassName
{
color: #5A2DAC;
}
.AnyTagClassName
{
color: #5A2DAC;
}
</style>
background-color css
<style>
a { background-color: #5A2DAC; }
a { background-color: rgb(90,45,172); }
div.DivClassName
{
background-color: #5A2DAC;
}
.BgClassName
{
background-color: #5A2DAC;
}
</style>
border-color css
<style>
span { border-color: #5A2DAC; }
span { border-color: rgb(90,45,172); }
td.TdClassName
{
border-color: #5A2DAC;
}
.TagClassName
{
border-color: #5A2DAC;
}
</style>