Shades of Purple Heart #5D23AB
Tints of Purple Heart #5D23AB
RGB
CMYK
RGB Variations
Color information
#5D23AB (or 0x5D23AB) is known color: Purple Heart. HEX triplet: 5D, 23 and AB. RGB value is (93,35,171). Sum of RGB (Red+Green+Blue) = 93+35+171=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D23AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D23AB is #A2DC54. Grayscale: #434343. Windows color (decimal): -10673237 or 11215709. OLE color: 11215709.
HSL color Cylindrical-coordinate representation of color #5D23AB: hue angle of 265.59º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D23AB is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 35 | 171 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.33 |
| HSL | 265.59º | 0.66% | 0.4% | - |
| HSV(B) | 265.59º | 0.8% | 0.67% | - |
| XYZ | 12.47 | 6.47 | 39.12 | - |
| YUV | 67.85 | 186.22 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 171 | 0.46 | 0.80 | 0 | 0.33 | 265.59 | 0.66 | 0.4 |
| Hex | 5D | 23 | AB | 2E | 50 | 0 | 21 | 10A | 42 | 28 |
| Octal | 135 | 43 | 253 | 56 | 120 | 0 | 41 | 412 | 102 | 50 |
| Binary | 1011101 | 100011 | 10101011 | 101110 | 1010000 | 0 | 100001 | 100001010 | 1000010 | 101000 |
Color Harmonies of #5D23AB
Complementary color
Monochromatic Colors of #5D23AB
Black with #5D23AB
Text Example
Text Example
White with #5D23AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D23AB; }
p { color: rgb(93,35,171); }
H1.HeaderClassName
{
color: #5D23AB;
}
.AnyTagClassName
{
color: #5D23AB;
}
</style>
background-color css
<style>
a { background-color: #5D23AB; }
a { background-color: rgb(93,35,171); }
div.DivClassName
{
background-color: #5D23AB;
}
.BgClassName
{
background-color: #5D23AB;
}
</style>
border-color css
<style>
span { border-color: #5D23AB; }
span { border-color: rgb(93,35,171); }
td.TdClassName
{
border-color: #5D23AB;
}
.TagClassName
{
border-color: #5D23AB;
}
</style>