Shades of Purple Heart #5A1EC3
Tints of Purple Heart #5A1EC3
RGB
CMYK
RGB Variations
Color information
#5A1EC3 (or 0x5A1EC3) is known color: Purple Heart. HEX triplet: 5A, 1E and C3. RGB value is (90,30,195). Sum of RGB (Red+Green+Blue) = 90+30+195=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A1EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1EC3 is #A5E13C. Grayscale: #424242. Windows color (decimal): -10871101 or 12787290. OLE color: 12787290.
HSL color Cylindrical-coordinate representation of color #5A1EC3: hue angle of 261.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1EC3 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 30 | 195 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.24 |
| HSL | 261.82º | 0.73% | 0.44% | - |
| HSV(B) | 261.82º | 0.85% | 0.76% | - |
| XYZ | 14.53 | 7.04 | 52.22 | - |
| YUV | 66.75 | 200.38 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 195 | 0.54 | 0.85 | 0 | 0.24 | 261.82 | 0.73 | 0.44 |
| Hex | 5A | 1E | C3 | 36 | 55 | 0 | 18 | 106 | 49 | 2C |
| Octal | 132 | 36 | 303 | 66 | 125 | 0 | 30 | 406 | 111 | 54 |
| Binary | 1011010 | 11110 | 11000011 | 110110 | 1010101 | 0 | 11000 | 100000110 | 1001001 | 101100 |
Color Harmonies of #5A1EC3
Complementary color
Monochromatic Colors of #5A1EC3
Black with #5A1EC3
Text Example
Text Example
White with #5A1EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EC3; }
p { color: rgb(90,30,195); }
H1.HeaderClassName
{
color: #5A1EC3;
}
.AnyTagClassName
{
color: #5A1EC3;
}
</style>
background-color css
<style>
a { background-color: #5A1EC3; }
a { background-color: rgb(90,30,195); }
div.DivClassName
{
background-color: #5A1EC3;
}
.BgClassName
{
background-color: #5A1EC3;
}
</style>
border-color css
<style>
span { border-color: #5A1EC3; }
span { border-color: rgb(90,30,195); }
td.TdClassName
{
border-color: #5A1EC3;
}
.TagClassName
{
border-color: #5A1EC3;
}
</style>