Shades of Purple Heart #5A0BBA
Tints of Purple Heart #5A0BBA
RGB
CMYK
RGB Variations
Color information
#5A0BBA (or 0x5A0BBA) is known color: Purple Heart. HEX triplet: 5A, 0B and BA. RGB value is (90,11,186). Sum of RGB (Red+Green+Blue) = 90+11+186=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BBA is #A5F445. Grayscale: #353535. Windows color (decimal): -10875974 or 12192602. OLE color: 12192602.
HSL color Cylindrical-coordinate representation of color #5A0BBA: hue angle of 267.09º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0BBA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 11 | 186 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.27 |
| HSL | 267.09º | 0.89% | 0.39% | - |
| HSV(B) | 267.09º | 0.94% | 0.73% | - |
| XYZ | 13.2 | 5.96 | 46.91 | - |
| YUV | 54.57 | 202.17 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 186 | 0.52 | 0.94 | 0 | 0.27 | 267.09 | 0.89 | 0.39 |
| Hex | 5A | B | BA | 34 | 5E | 0 | 1B | 10B | 59 | 27 |
| Octal | 132 | 13 | 272 | 64 | 136 | 0 | 33 | 413 | 131 | 47 |
| Binary | 1011010 | 1011 | 10111010 | 110100 | 1011110 | 0 | 11011 | 100001011 | 1011001 | 100111 |
Color Harmonies of #5A0BBA
Complementary color
Monochromatic Colors of #5A0BBA
Black with #5A0BBA
Text Example
Text Example
White with #5A0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BBA; }
p { color: rgb(90,11,186); }
H1.HeaderClassName
{
color: #5A0BBA;
}
.AnyTagClassName
{
color: #5A0BBA;
}
</style>
background-color css
<style>
a { background-color: #5A0BBA; }
a { background-color: rgb(90,11,186); }
div.DivClassName
{
background-color: #5A0BBA;
}
.BgClassName
{
background-color: #5A0BBA;
}
</style>
border-color css
<style>
span { border-color: #5A0BBA; }
span { border-color: rgb(90,11,186); }
td.TdClassName
{
border-color: #5A0BBA;
}
.TagClassName
{
border-color: #5A0BBA;
}
</style>