Shades of Purple Heart #5D0DAB
Tints of Purple Heart #5D0DAB
RGB
CMYK
RGB Variations
Color information
#5D0DAB (or 0x5D0DAB) is known color: Purple Heart. HEX triplet: 5D, 0D and AB. RGB value is (93,13,171). Sum of RGB (Red+Green+Blue) = 93+13+171=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0DAB is #A2F254. Grayscale: #363636. Windows color (decimal): -10678869 or 11210077. OLE color: 11210077.
HSL color Cylindrical-coordinate representation of color #5D0DAB: hue angle of 270.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D0DAB is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 13 | 171 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.33 |
| HSL | 270.38º | 0.86% | 0.36% | - |
| HSV(B) | 270.38º | 0.92% | 0.67% | - |
| XYZ | 12.01 | 5.56 | 38.97 | - |
| YUV | 54.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 171 | 0.46 | 0.92 | 0 | 0.33 | 270.38 | 0.86 | 0.36 |
| Hex | 5D | D | AB | 2E | 5C | 0 | 21 | 10E | 56 | 24 |
| Octal | 135 | 15 | 253 | 56 | 134 | 0 | 41 | 416 | 126 | 44 |
| Binary | 1011101 | 1101 | 10101011 | 101110 | 1011100 | 0 | 100001 | 100001110 | 1010110 | 100100 |
Color Harmonies of #5D0DAB
Complementary color
Monochromatic Colors of #5D0DAB
Black with #5D0DAB
Text Example
Text Example
White with #5D0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0DAB; }
p { color: rgb(93,13,171); }
H1.HeaderClassName
{
color: #5D0DAB;
}
.AnyTagClassName
{
color: #5D0DAB;
}
</style>
background-color css
<style>
a { background-color: #5D0DAB; }
a { background-color: rgb(93,13,171); }
div.DivClassName
{
background-color: #5D0DAB;
}
.BgClassName
{
background-color: #5D0DAB;
}
</style>
border-color css
<style>
span { border-color: #5D0DAB; }
span { border-color: rgb(93,13,171); }
td.TdClassName
{
border-color: #5D0DAB;
}
.TagClassName
{
border-color: #5D0DAB;
}
</style>