Shades of Purple Heart #5D3ABD
Tints of Purple Heart #5D3ABD
RGB
CMYK
RGB Variations
Color information
#5D3ABD (or 0x5D3ABD) is known color: Purple Heart. HEX triplet: 5D, 3A and BD. RGB value is (93,58,189). Sum of RGB (Red+Green+Blue) = 93+58+189=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D3ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ABD is #A2C542. Grayscale: #525252. Windows color (decimal): -10667331 or 12401245. OLE color: 12401245.
HSL color Cylindrical-coordinate representation of color #5D3ABD: hue angle of 256.03º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D3ABD is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 58 | 189 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.26 |
| HSL | 256.03º | 0.53% | 0.48% | - |
| HSV(B) | 256.03º | 0.69% | 0.74% | - |
| XYZ | 15.21 | 9.03 | 49.08 | - |
| YUV | 83.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 189 | 0.51 | 0.69 | 0 | 0.26 | 256.03 | 0.53 | 0.48 |
| Hex | 5D | 3A | BD | 33 | 45 | 0 | 1A | 100 | 35 | 30 |
| Octal | 135 | 72 | 275 | 63 | 105 | 0 | 32 | 400 | 65 | 60 |
| Binary | 1011101 | 111010 | 10111101 | 110011 | 1000101 | 0 | 11010 | 100000000 | 110101 | 110000 |
Color Harmonies of #5D3ABD
Complementary color
Monochromatic Colors of #5D3ABD
Black with #5D3ABD
Text Example
Text Example
White with #5D3ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3ABD; }
p { color: rgb(93,58,189); }
H1.HeaderClassName
{
color: #5D3ABD;
}
.AnyTagClassName
{
color: #5D3ABD;
}
</style>
background-color css
<style>
a { background-color: #5D3ABD; }
a { background-color: rgb(93,58,189); }
div.DivClassName
{
background-color: #5D3ABD;
}
.BgClassName
{
background-color: #5D3ABD;
}
</style>
border-color css
<style>
span { border-color: #5D3ABD; }
span { border-color: rgb(93,58,189); }
td.TdClassName
{
border-color: #5D3ABD;
}
.TagClassName
{
border-color: #5D3ABD;
}
</style>