Shades of Purple Heart #5D0FAB
Tints of Purple Heart #5D0FAB
RGB
CMYK
RGB Variations
Color information
#5D0FAB (or 0x5D0FAB) is known color: Purple Heart. HEX triplet: 5D, 0F and AB. RGB value is (93,15,171). Sum of RGB (Red+Green+Blue) = 93+15+171=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 171 (67.19% from 255 or 61.29% from 279); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D0FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0FAB is #A2F054. Grayscale: #373737. Windows color (decimal): -10678357 or 11210589. OLE color: 11210589.
HSL color Cylindrical-coordinate representation of color #5D0FAB: hue angle of 270º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0FAB is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 15 | 171 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.33 |
| HSL | 270º | 0.84% | 0.36% | - |
| HSV(B) | 270º | 0.91% | 0.67% | - |
| XYZ | 12.04 | 5.61 | 38.98 | - |
| YUV | 56.11 | 192.84 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 171 | 0.46 | 0.91 | 0 | 0.33 | 270 | 0.84 | 0.36 |
| Hex | 5D | F | AB | 2E | 5B | 0 | 21 | 10E | 54 | 24 |
| Octal | 135 | 17 | 253 | 56 | 133 | 0 | 41 | 416 | 124 | 44 |
| Binary | 1011101 | 1111 | 10101011 | 101110 | 1011011 | 0 | 100001 | 100001110 | 1010100 | 100100 |
Color Harmonies of #5D0FAB
Complementary color
Monochromatic Colors of #5D0FAB
Black with #5D0FAB
Text Example
Text Example
White with #5D0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FAB; }
p { color: rgb(93,15,171); }
H1.HeaderClassName
{
color: #5D0FAB;
}
.AnyTagClassName
{
color: #5D0FAB;
}
</style>
background-color css
<style>
a { background-color: #5D0FAB; }
a { background-color: rgb(93,15,171); }
div.DivClassName
{
background-color: #5D0FAB;
}
.BgClassName
{
background-color: #5D0FAB;
}
</style>
border-color css
<style>
span { border-color: #5D0FAB; }
span { border-color: rgb(93,15,171); }
td.TdClassName
{
border-color: #5D0FAB;
}
.TagClassName
{
border-color: #5D0FAB;
}
</style>