Shades of Purple Heart #5D3ABF
Tints of Purple Heart #5D3ABF
RGB
CMYK
RGB Variations
Color information
#5D3ABF (or 0x5D3ABF) is known color: Purple Heart. HEX triplet: 5D, 3A and BF. RGB value is (93,58,191). Sum of RGB (Red+Green+Blue) = 93+58+191=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D3ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ABF is #A2C540. Grayscale: #535353. Windows color (decimal): -10667329 or 12532317. OLE color: 12532317.
HSL color Cylindrical-coordinate representation of color #5D3ABF: hue angle of 255.79º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D3ABF is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 58 | 191 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.25 |
| HSL | 255.79º | 0.53% | 0.49% | - |
| HSV(B) | 255.79º | 0.7% | 0.75% | - |
| XYZ | 15.43 | 9.11 | 50.24 | - |
| YUV | 83.63 | 188.6 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 191 | 0.51 | 0.70 | 0 | 0.25 | 255.79 | 0.53 | 0.49 |
| Hex | 5D | 3A | BF | 33 | 46 | 0 | 19 | 100 | 35 | 31 |
| Octal | 135 | 72 | 277 | 63 | 106 | 0 | 31 | 400 | 65 | 61 |
| Binary | 1011101 | 111010 | 10111111 | 110011 | 1000110 | 0 | 11001 | 100000000 | 110101 | 110001 |
Color Harmonies of #5D3ABF
Complementary color
Monochromatic Colors of #5D3ABF
Black with #5D3ABF
Text Example
Text Example
White with #5D3ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3ABF; }
p { color: rgb(93,58,191); }
H1.HeaderClassName
{
color: #5D3ABF;
}
.AnyTagClassName
{
color: #5D3ABF;
}
</style>
background-color css
<style>
a { background-color: #5D3ABF; }
a { background-color: rgb(93,58,191); }
div.DivClassName
{
background-color: #5D3ABF;
}
.BgClassName
{
background-color: #5D3ABF;
}
</style>
border-color css
<style>
span { border-color: #5D3ABF; }
span { border-color: rgb(93,58,191); }
td.TdClassName
{
border-color: #5D3ABF;
}
.TagClassName
{
border-color: #5D3ABF;
}
</style>