Shades of Purple Heart #5A40BA
Tints of Purple Heart #5A40BA
RGB
CMYK
RGB Variations
Color information
#5A40BA (or 0x5A40BA) is known color: Purple Heart. HEX triplet: 5A, 40 and BA. RGB value is (90,64,186). Sum of RGB (Red+Green+Blue) = 90+64+186=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A40BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A40BA is #A5BF45. Grayscale: #555555. Windows color (decimal): -10862406 or 12206170. OLE color: 12206170.
HSL color Cylindrical-coordinate representation of color #5A40BA: hue angle of 252.79º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A40BA is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 64 | 186 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.27 |
| HSL | 252.79º | 0.49% | 0.49% | - |
| HSV(B) | 252.79º | 0.66% | 0.73% | - |
| XYZ | 14.91 | 9.39 | 47.48 | - |
| YUV | 85.68 | 184.61 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 186 | 0.52 | 0.66 | 0 | 0.27 | 252.79 | 0.49 | 0.49 |
| Hex | 5A | 40 | BA | 34 | 42 | 0 | 1B | FD | 31 | 31 |
| Octal | 132 | 100 | 272 | 64 | 102 | 0 | 33 | 375 | 61 | 61 |
| Binary | 1011010 | 1000000 | 10111010 | 110100 | 1000010 | 0 | 11011 | 11111101 | 110001 | 110001 |
Color Harmonies of #5A40BA
Complementary color
Monochromatic Colors of #5A40BA
Black with #5A40BA
Text Example
Text Example
White with #5A40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40BA; }
p { color: rgb(90,64,186); }
H1.HeaderClassName
{
color: #5A40BA;
}
.AnyTagClassName
{
color: #5A40BA;
}
</style>
background-color css
<style>
a { background-color: #5A40BA; }
a { background-color: rgb(90,64,186); }
div.DivClassName
{
background-color: #5A40BA;
}
.BgClassName
{
background-color: #5A40BA;
}
</style>
border-color css
<style>
span { border-color: #5A40BA; }
span { border-color: rgb(90,64,186); }
td.TdClassName
{
border-color: #5A40BA;
}
.TagClassName
{
border-color: #5A40BA;
}
</style>