Shades of Purple Heart #5A2DBC
Tints of Purple Heart #5A2DBC
RGB
CMYK
RGB Variations
Color information
#5A2DBC (or 0x5A2DBC) is known color: Purple Heart. HEX triplet: 5A, 2D and BC. RGB value is (90,45,188). Sum of RGB (Red+Green+Blue) = 90+45+188=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A2DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DBC is #A5D243. Grayscale: #4A4A4A. Windows color (decimal): -10867268 or 12332378. OLE color: 12332378.
HSL color Cylindrical-coordinate representation of color #5A2DBC: hue angle of 258.88º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2DBC is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 45 | 188 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.26 |
| HSL | 258.88º | 0.61% | 0.46% | - |
| HSV(B) | 258.88º | 0.76% | 0.74% | - |
| XYZ | 14.23 | 7.68 | 48.31 | - |
| YUV | 74.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 188 | 0.52 | 0.76 | 0 | 0.26 | 258.88 | 0.61 | 0.46 |
| Hex | 5A | 2D | BC | 34 | 4C | 0 | 1A | 103 | 3D | 2E |
| Octal | 132 | 55 | 274 | 64 | 114 | 0 | 32 | 403 | 75 | 56 |
| Binary | 1011010 | 101101 | 10111100 | 110100 | 1001100 | 0 | 11010 | 100000011 | 111101 | 101110 |
Color Harmonies of #5A2DBC
Complementary color
Monochromatic Colors of #5A2DBC
Black with #5A2DBC
Text Example
Text Example
White with #5A2DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DBC; }
p { color: rgb(90,45,188); }
H1.HeaderClassName
{
color: #5A2DBC;
}
.AnyTagClassName
{
color: #5A2DBC;
}
</style>
background-color css
<style>
a { background-color: #5A2DBC; }
a { background-color: rgb(90,45,188); }
div.DivClassName
{
background-color: #5A2DBC;
}
.BgClassName
{
background-color: #5A2DBC;
}
</style>
border-color css
<style>
span { border-color: #5A2DBC; }
span { border-color: rgb(90,45,188); }
td.TdClassName
{
border-color: #5A2DBC;
}
.TagClassName
{
border-color: #5A2DBC;
}
</style>