Shades of Purple Heart #5A1EBA
Tints of Purple Heart #5A1EBA
RGB
CMYK
RGB Variations
Color information
#5A1EBA (or 0x5A1EBA) is known color: Purple Heart. HEX triplet: 5A, 1E and BA. RGB value is (90,30,186). Sum of RGB (Red+Green+Blue) = 90+30+186=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1EBA is #A5E145. Grayscale: #414141. Windows color (decimal): -10871110 or 12197466. OLE color: 12197466.
HSL color Cylindrical-coordinate representation of color #5A1EBA: hue angle of 263.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1EBA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 30 | 186 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.27 |
| HSL | 263.08º | 0.72% | 0.42% | - |
| HSV(B) | 263.08º | 0.84% | 0.73% | - |
| XYZ | 13.54 | 6.65 | 47.02 | - |
| YUV | 65.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 186 | 0.52 | 0.84 | 0 | 0.27 | 263.08 | 0.72 | 0.42 |
| Hex | 5A | 1E | BA | 34 | 54 | 0 | 1B | 107 | 48 | 2A |
| Octal | 132 | 36 | 272 | 64 | 124 | 0 | 33 | 407 | 110 | 52 |
| Binary | 1011010 | 11110 | 10111010 | 110100 | 1010100 | 0 | 11011 | 100000111 | 1001000 | 101010 |
Color Harmonies of #5A1EBA
Complementary color
Monochromatic Colors of #5A1EBA
Black with #5A1EBA
Text Example
Text Example
White with #5A1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1EBA; }
p { color: rgb(90,30,186); }
H1.HeaderClassName
{
color: #5A1EBA;
}
.AnyTagClassName
{
color: #5A1EBA;
}
</style>
background-color css
<style>
a { background-color: #5A1EBA; }
a { background-color: rgb(90,30,186); }
div.DivClassName
{
background-color: #5A1EBA;
}
.BgClassName
{
background-color: #5A1EBA;
}
</style>
border-color css
<style>
span { border-color: #5A1EBA; }
span { border-color: rgb(90,30,186); }
td.TdClassName
{
border-color: #5A1EBA;
}
.TagClassName
{
border-color: #5A1EBA;
}
</style>