Shades of Purple Heart #5A2DBA
Tints of Purple Heart #5A2DBA
RGB
CMYK
RGB Variations
Color information
#5A2DBA (or 0x5A2DBA) is known color: Purple Heart. HEX triplet: 5A, 2D and BA. RGB value is (90,45,186). Sum of RGB (Red+Green+Blue) = 90+45+186=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A2DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DBA is #A5D245. Grayscale: #4A4A4A. Windows color (decimal): -10867270 or 12201306. OLE color: 12201306.
HSL color Cylindrical-coordinate representation of color #5A2DBA: hue angle of 259.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2DBA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 45 | 186 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.27 |
| HSL | 259.15º | 0.61% | 0.45% | - |
| HSV(B) | 259.15º | 0.76% | 0.73% | - |
| XYZ | 14.02 | 7.6 | 47.18 | - |
| YUV | 74.53 | 190.91 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 186 | 0.52 | 0.76 | 0 | 0.27 | 259.15 | 0.61 | 0.45 |
| Hex | 5A | 2D | BA | 34 | 4C | 0 | 1B | 103 | 3D | 2D |
| Octal | 132 | 55 | 272 | 64 | 114 | 0 | 33 | 403 | 75 | 55 |
| Binary | 1011010 | 101101 | 10111010 | 110100 | 1001100 | 0 | 11011 | 100000011 | 111101 | 101101 |
Color Harmonies of #5A2DBA
Complementary color
Monochromatic Colors of #5A2DBA
Black with #5A2DBA
Text Example
Text Example
White with #5A2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DBA; }
p { color: rgb(90,45,186); }
H1.HeaderClassName
{
color: #5A2DBA;
}
.AnyTagClassName
{
color: #5A2DBA;
}
</style>
background-color css
<style>
a { background-color: #5A2DBA; }
a { background-color: rgb(90,45,186); }
div.DivClassName
{
background-color: #5A2DBA;
}
.BgClassName
{
background-color: #5A2DBA;
}
</style>
border-color css
<style>
span { border-color: #5A2DBA; }
span { border-color: rgb(90,45,186); }
td.TdClassName
{
border-color: #5A2DBA;
}
.TagClassName
{
border-color: #5A2DBA;
}
</style>