Shades of Purple Heart #5A1DBC
Tints of Purple Heart #5A1DBC
RGB
CMYK
RGB Variations
Color information
#5A1DBC (or 0x5A1DBC) is known color: Purple Heart. HEX triplet: 5A, 1D and BC. RGB value is (90,29,188). Sum of RGB (Red+Green+Blue) = 90+29+188=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A1DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1DBC is #A5E243. Grayscale: #404040. Windows color (decimal): -10871364 or 12328282. OLE color: 12328282.
HSL color Cylindrical-coordinate representation of color #5A1DBC: hue angle of 263.02º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A1DBC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 29 | 188 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.26 |
| HSL | 263.02º | 0.73% | 0.43% | - |
| HSV(B) | 263.02º | 0.85% | 0.74% | - |
| XYZ | 13.73 | 6.68 | 48.14 | - |
| YUV | 65.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 188 | 0.52 | 0.85 | 0 | 0.26 | 263.02 | 0.73 | 0.43 |
| Hex | 5A | 1D | BC | 34 | 55 | 0 | 1A | 107 | 49 | 2B |
| Octal | 132 | 35 | 274 | 64 | 125 | 0 | 32 | 407 | 111 | 53 |
| Binary | 1011010 | 11101 | 10111100 | 110100 | 1010101 | 0 | 11010 | 100000111 | 1001001 | 101011 |
Color Harmonies of #5A1DBC
Complementary color
Monochromatic Colors of #5A1DBC
Black with #5A1DBC
Text Example
Text Example
White with #5A1DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DBC; }
p { color: rgb(90,29,188); }
H1.HeaderClassName
{
color: #5A1DBC;
}
.AnyTagClassName
{
color: #5A1DBC;
}
</style>
background-color css
<style>
a { background-color: #5A1DBC; }
a { background-color: rgb(90,29,188); }
div.DivClassName
{
background-color: #5A1DBC;
}
.BgClassName
{
background-color: #5A1DBC;
}
</style>
border-color css
<style>
span { border-color: #5A1DBC; }
span { border-color: rgb(90,29,188); }
td.TdClassName
{
border-color: #5A1DBC;
}
.TagClassName
{
border-color: #5A1DBC;
}
</style>