Shades of Purple Heart #5A1AD0
Tints of Purple Heart #5A1AD0
RGB
CMYK
RGB Variations
Color information
#5A1AD0 (or 0x5A1AD0) is known color: Purple Heart. HEX triplet: 5A, 1A and D0. RGB value is (90,26,208). Sum of RGB (Red+Green+Blue) = 90+26+208=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #5A1AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1AD0 is #A5E52F. Grayscale: #414141. Windows color (decimal): -10872112 or 13638234. OLE color: 13638234.
HSL color Cylindrical-coordinate representation of color #5A1AD0: hue angle of 261.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1AD0 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 26 | 208 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.18 |
| HSL | 261.1º | 0.78% | 0.46% | - |
| HSV(B) | 261.1º | 0.88% | 0.82% | - |
| XYZ | 15.97 | 7.47 | 60.27 | - |
| YUV | 65.88 | 208.2 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 208 | 0.57 | 0.88 | 0 | 0.18 | 261.1 | 0.78 | 0.46 |
| Hex | 5A | 1A | D0 | 39 | 58 | 0 | 12 | 105 | 4E | 2E |
| Octal | 132 | 32 | 320 | 71 | 130 | 0 | 22 | 405 | 116 | 56 |
| Binary | 1011010 | 11010 | 11010000 | 111001 | 1011000 | 0 | 10010 | 100000101 | 1001110 | 101110 |
Color Harmonies of #5A1AD0
Complementary color
Monochromatic Colors of #5A1AD0
Black with #5A1AD0
Text Example
Text Example
White with #5A1AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1AD0; }
p { color: rgb(90,26,208); }
H1.HeaderClassName
{
color: #5A1AD0;
}
.AnyTagClassName
{
color: #5A1AD0;
}
</style>
background-color css
<style>
a { background-color: #5A1AD0; }
a { background-color: rgb(90,26,208); }
div.DivClassName
{
background-color: #5A1AD0;
}
.BgClassName
{
background-color: #5A1AD0;
}
</style>
border-color css
<style>
span { border-color: #5A1AD0; }
span { border-color: rgb(90,26,208); }
td.TdClassName
{
border-color: #5A1AD0;
}
.TagClassName
{
border-color: #5A1AD0;
}
</style>