Shades of Purple Heart #5A0AD4
Tints of Purple Heart #5A0AD4
RGB
CMYK
RGB Variations
Color information
#5A0AD4 (or 0x5A0AD4) is known color: Purple Heart. HEX triplet: 5A, 0A and D4. RGB value is (90,10,212). Sum of RGB (Red+Green+Blue) = 90+10+212=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 212 (83.20% from 255 or 67.95% from 312); Max value from RGB is 212 - color contains mainly: blue. Hex color #5A0AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0AD4 is #A5F52B. Grayscale: #383838. Windows color (decimal): -10876204 or 13896282. OLE color: 13896282.
HSL color Cylindrical-coordinate representation of color #5A0AD4: hue angle of 263.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0AD4 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 10 | 212 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.17 |
| HSL | 263.76º | 0.91% | 0.44% | - |
| HSV(B) | 263.76º | 0.95% | 0.83% | - |
| XYZ | 16.21 | 7.14 | 62.81 | - |
| YUV | 56.95 | 215.5 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 212 | 0.58 | 0.95 | 0 | 0.17 | 263.76 | 0.91 | 0.44 |
| Hex | 5A | A | D4 | 3A | 5F | 0 | 11 | 108 | 5B | 2C |
| Octal | 132 | 12 | 324 | 72 | 137 | 0 | 21 | 410 | 133 | 54 |
| Binary | 1011010 | 1010 | 11010100 | 111010 | 1011111 | 0 | 10001 | 100001000 | 1011011 | 101100 |
Color Harmonies of #5A0AD4
Complementary color
Monochromatic Colors of #5A0AD4
Black with #5A0AD4
Text Example
Text Example
White with #5A0AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AD4; }
p { color: rgb(90,10,212); }
H1.HeaderClassName
{
color: #5A0AD4;
}
.AnyTagClassName
{
color: #5A0AD4;
}
</style>
background-color css
<style>
a { background-color: #5A0AD4; }
a { background-color: rgb(90,10,212); }
div.DivClassName
{
background-color: #5A0AD4;
}
.BgClassName
{
background-color: #5A0AD4;
}
</style>
border-color css
<style>
span { border-color: #5A0AD4; }
span { border-color: rgb(90,10,212); }
td.TdClassName
{
border-color: #5A0AD4;
}
.TagClassName
{
border-color: #5A0AD4;
}
</style>