Shades of Purple Heart #5A1FAC
Tints of Purple Heart #5A1FAC
RGB
CMYK
RGB Variations
Color information
#5A1FAC (or 0x5A1FAC) is known color: Purple Heart. HEX triplet: 5A, 1F and AC. RGB value is (90,31,172). Sum of RGB (Red+Green+Blue) = 90+31+172=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1FAC is #A5E053. Grayscale: #404040. Windows color (decimal): -10870868 or 11280218. OLE color: 11280218.
HSL color Cylindrical-coordinate representation of color #5A1FAC: hue angle of 265.11º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1FAC is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 31 | 172 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.33 |
| HSL | 265.11º | 0.69% | 0.4% | - |
| HSV(B) | 265.11º | 0.82% | 0.67% | - |
| XYZ | 12.15 | 6.13 | 39.57 | - |
| YUV | 64.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 172 | 0.48 | 0.82 | 0 | 0.33 | 265.11 | 0.69 | 0.4 |
| Hex | 5A | 1F | AC | 30 | 52 | 0 | 21 | 109 | 45 | 28 |
| Octal | 132 | 37 | 254 | 60 | 122 | 0 | 41 | 411 | 105 | 50 |
| Binary | 1011010 | 11111 | 10101100 | 110000 | 1010010 | 0 | 100001 | 100001001 | 1000101 | 101000 |
Color Harmonies of #5A1FAC
Complementary color
Monochromatic Colors of #5A1FAC
Black with #5A1FAC
Text Example
Text Example
White with #5A1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FAC; }
p { color: rgb(90,31,172); }
H1.HeaderClassName
{
color: #5A1FAC;
}
.AnyTagClassName
{
color: #5A1FAC;
}
</style>
background-color css
<style>
a { background-color: #5A1FAC; }
a { background-color: rgb(90,31,172); }
div.DivClassName
{
background-color: #5A1FAC;
}
.BgClassName
{
background-color: #5A1FAC;
}
</style>
border-color css
<style>
span { border-color: #5A1FAC; }
span { border-color: rgb(90,31,172); }
td.TdClassName
{
border-color: #5A1FAC;
}
.TagClassName
{
border-color: #5A1FAC;
}
</style>