Shades of Purple Heart #5D3ABB
Tints of Purple Heart #5D3ABB
RGB
CMYK
RGB Variations
Color information
#5D3ABB (or 0x5D3ABB) is known color: Purple Heart. HEX triplet: 5D, 3A and BB. RGB value is (93,58,187). Sum of RGB (Red+Green+Blue) = 93+58+187=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D3ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ABB is #A2C544. Grayscale: #525252. Windows color (decimal): -10667333 or 12270173. OLE color: 12270173.
HSL color Cylindrical-coordinate representation of color #5D3ABB: hue angle of 256.28º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D3ABB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 58 | 187 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.27 |
| HSL | 256.28º | 0.53% | 0.48% | - |
| HSV(B) | 256.28º | 0.69% | 0.73% | - |
| XYZ | 15 | 8.94 | 47.95 | - |
| YUV | 83.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 187 | 0.50 | 0.69 | 0 | 0.27 | 256.28 | 0.53 | 0.48 |
| Hex | 5D | 3A | BB | 32 | 45 | 0 | 1B | 100 | 35 | 30 |
| Octal | 135 | 72 | 273 | 62 | 105 | 0 | 33 | 400 | 65 | 60 |
| Binary | 1011101 | 111010 | 10111011 | 110010 | 1000101 | 0 | 11011 | 100000000 | 110101 | 110000 |
Color Harmonies of #5D3ABB
Complementary color
Monochromatic Colors of #5D3ABB
Black with #5D3ABB
Text Example
Text Example
White with #5D3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3ABB; }
p { color: rgb(93,58,187); }
H1.HeaderClassName
{
color: #5D3ABB;
}
.AnyTagClassName
{
color: #5D3ABB;
}
</style>
background-color css
<style>
a { background-color: #5D3ABB; }
a { background-color: rgb(93,58,187); }
div.DivClassName
{
background-color: #5D3ABB;
}
.BgClassName
{
background-color: #5D3ABB;
}
</style>
border-color css
<style>
span { border-color: #5D3ABB; }
span { border-color: rgb(93,58,187); }
td.TdClassName
{
border-color: #5D3ABB;
}
.TagClassName
{
border-color: #5D3ABB;
}
</style>