Shades of Purple Heart #5A1DAC
Tints of Purple Heart #5A1DAC
RGB
CMYK
RGB Variations
Color information
#5A1DAC (or 0x5A1DAC) is known color: Purple Heart. HEX triplet: 5A, 1D and AC. RGB value is (90,29,172). Sum of RGB (Red+Green+Blue) = 90+29+172=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A1DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1DAC is #A5E253. Grayscale: #3F3F3F. Windows color (decimal): -10871380 or 11279706. OLE color: 11279706.
HSL color Cylindrical-coordinate representation of color #5A1DAC: hue angle of 265.59º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1DAC is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 29 | 172 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.33 |
| HSL | 265.59º | 0.71% | 0.39% | - |
| HSV(B) | 265.59º | 0.83% | 0.67% | - |
| XYZ | 12.1 | 6.03 | 39.56 | - |
| YUV | 63.54 | 189.21 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 172 | 0.48 | 0.83 | 0 | 0.33 | 265.59 | 0.71 | 0.39 |
| Hex | 5A | 1D | AC | 30 | 53 | 0 | 21 | 10A | 47 | 27 |
| Octal | 132 | 35 | 254 | 60 | 123 | 0 | 41 | 412 | 107 | 47 |
| Binary | 1011010 | 11101 | 10101100 | 110000 | 1010011 | 0 | 100001 | 100001010 | 1000111 | 100111 |
Color Harmonies of #5A1DAC
Complementary color
Monochromatic Colors of #5A1DAC
Black with #5A1DAC
Text Example
Text Example
White with #5A1DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DAC; }
p { color: rgb(90,29,172); }
H1.HeaderClassName
{
color: #5A1DAC;
}
.AnyTagClassName
{
color: #5A1DAC;
}
</style>
background-color css
<style>
a { background-color: #5A1DAC; }
a { background-color: rgb(90,29,172); }
div.DivClassName
{
background-color: #5A1DAC;
}
.BgClassName
{
background-color: #5A1DAC;
}
</style>
border-color css
<style>
span { border-color: #5A1DAC; }
span { border-color: rgb(90,29,172); }
td.TdClassName
{
border-color: #5A1DAC;
}
.TagClassName
{
border-color: #5A1DAC;
}
</style>