Shades of Purple Heart #5D1BAE
Tints of Purple Heart #5D1BAE
RGB
CMYK
RGB Variations
Color information
#5D1BAE (or 0x5D1BAE) is known color: Purple Heart. HEX triplet: 5D, 1B and AE. RGB value is (93,27,174). Sum of RGB (Red+Green+Blue) = 93+27+174=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1BAE is #A2E451. Grayscale: #3E3E3E. Windows color (decimal): -10675282 or 11410269. OLE color: 11410269.
HSL color Cylindrical-coordinate representation of color #5D1BAE: hue angle of 266.94º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1BAE is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 27 | 174 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.32 |
| HSL | 266.94º | 0.73% | 0.39% | - |
| HSV(B) | 266.94º | 0.84% | 0.68% | - |
| XYZ | 12.55 | 6.17 | 40.57 | - |
| YUV | 63.49 | 190.37 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 27 | 174 | 0.47 | 0.84 | 0 | 0.32 | 266.94 | 0.73 | 0.39 |
| Hex | 5D | 1B | AE | 2F | 54 | 0 | 20 | 10B | 49 | 27 |
| Octal | 135 | 33 | 256 | 57 | 124 | 0 | 40 | 413 | 111 | 47 |
| Binary | 1011101 | 11011 | 10101110 | 101111 | 1010100 | 0 | 100000 | 100001011 | 1001001 | 100111 |
Color Harmonies of #5D1BAE
Complementary color
Monochromatic Colors of #5D1BAE
Black with #5D1BAE
Text Example
Text Example
White with #5D1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1BAE; }
p { color: rgb(93,27,174); }
H1.HeaderClassName
{
color: #5D1BAE;
}
.AnyTagClassName
{
color: #5D1BAE;
}
</style>
background-color css
<style>
a { background-color: #5D1BAE; }
a { background-color: rgb(93,27,174); }
div.DivClassName
{
background-color: #5D1BAE;
}
.BgClassName
{
background-color: #5D1BAE;
}
</style>
border-color css
<style>
span { border-color: #5D1BAE; }
span { border-color: rgb(93,27,174); }
td.TdClassName
{
border-color: #5D1BAE;
}
.TagClassName
{
border-color: #5D1BAE;
}
</style>