Shades of Purple Heart #5D0ABE
Tints of Purple Heart #5D0ABE
RGB
CMYK
RGB Variations
Color information
#5D0ABE (or 0x5D0ABE) is known color: Purple Heart. HEX triplet: 5D, 0A and BE. RGB value is (93,10,190). Sum of RGB (Red+Green+Blue) = 93+10+190=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ABE is #A2F541. Grayscale: #363636. Windows color (decimal): -10679618 or 12454493. OLE color: 12454493.
HSL color Cylindrical-coordinate representation of color #5D0ABE: hue angle of 267.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0ABE is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 10 | 190 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.25 |
| HSL | 267.67º | 0.9% | 0.39% | - |
| HSV(B) | 267.67º | 0.95% | 0.75% | - |
| XYZ | 13.92 | 6.26 | 49.19 | - |
| YUV | 55.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 190 | 0.51 | 0.95 | 0 | 0.25 | 267.67 | 0.9 | 0.39 |
| Hex | 5D | A | BE | 33 | 5F | 0 | 19 | 10C | 5A | 27 |
| Octal | 135 | 12 | 276 | 63 | 137 | 0 | 31 | 414 | 132 | 47 |
| Binary | 1011101 | 1010 | 10111110 | 110011 | 1011111 | 0 | 11001 | 100001100 | 1011010 | 100111 |
Color Harmonies of #5D0ABE
Complementary color
Monochromatic Colors of #5D0ABE
Black with #5D0ABE
Text Example
Text Example
White with #5D0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0ABE; }
p { color: rgb(93,10,190); }
H1.HeaderClassName
{
color: #5D0ABE;
}
.AnyTagClassName
{
color: #5D0ABE;
}
</style>
background-color css
<style>
a { background-color: #5D0ABE; }
a { background-color: rgb(93,10,190); }
div.DivClassName
{
background-color: #5D0ABE;
}
.BgClassName
{
background-color: #5D0ABE;
}
</style>
border-color css
<style>
span { border-color: #5D0ABE; }
span { border-color: rgb(93,10,190); }
td.TdClassName
{
border-color: #5D0ABE;
}
.TagClassName
{
border-color: #5D0ABE;
}
</style>