Shades of Purple Heart #5A1DBB
Tints of Purple Heart #5A1DBB
RGB
CMYK
RGB Variations
Color information
#5A1DBB (or 0x5A1DBB) is known color: Purple Heart. HEX triplet: 5A, 1D and BB. RGB value is (90,29,187). Sum of RGB (Red+Green+Blue) = 90+29+187=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A1DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1DBB is #A5E244. Grayscale: #404040. Windows color (decimal): -10871365 or 12262746. OLE color: 12262746.
HSL color Cylindrical-coordinate representation of color #5A1DBB: hue angle of 263.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1DBB is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 29 | 187 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.27 |
| HSL | 263.16º | 0.73% | 0.42% | - |
| HSV(B) | 263.16º | 0.84% | 0.73% | - |
| XYZ | 13.63 | 6.64 | 47.58 | - |
| YUV | 65.25 | 196.71 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 187 | 0.52 | 0.84 | 0 | 0.27 | 263.16 | 0.73 | 0.42 |
| Hex | 5A | 1D | BB | 34 | 54 | 0 | 1B | 107 | 49 | 2A |
| Octal | 132 | 35 | 273 | 64 | 124 | 0 | 33 | 407 | 111 | 52 |
| Binary | 1011010 | 11101 | 10111011 | 110100 | 1010100 | 0 | 11011 | 100000111 | 1001001 | 101010 |
Color Harmonies of #5A1DBB
Complementary color
Monochromatic Colors of #5A1DBB
Black with #5A1DBB
Text Example
Text Example
White with #5A1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DBB; }
p { color: rgb(90,29,187); }
H1.HeaderClassName
{
color: #5A1DBB;
}
.AnyTagClassName
{
color: #5A1DBB;
}
</style>
background-color css
<style>
a { background-color: #5A1DBB; }
a { background-color: rgb(90,29,187); }
div.DivClassName
{
background-color: #5A1DBB;
}
.BgClassName
{
background-color: #5A1DBB;
}
</style>
border-color css
<style>
span { border-color: #5A1DBB; }
span { border-color: rgb(90,29,187); }
td.TdClassName
{
border-color: #5A1DBB;
}
.TagClassName
{
border-color: #5A1DBB;
}
</style>