Shades of Purple Heart #5B0DAD
Tints of Purple Heart #5B0DAD
RGB
CMYK
RGB Variations
Color information
#5B0DAD (or 0x5B0DAD) is known color: Purple Heart. HEX triplet: 5B, 0D and AD. RGB value is (91,13,173). Sum of RGB (Red+Green+Blue) = 91+13+173=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B0DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0DAD is #A4F252. Grayscale: #363636. Windows color (decimal): -10809939 or 11341147. OLE color: 11341147.
HSL color Cylindrical-coordinate representation of color #5B0DAD: hue angle of 269.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0DAD is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 13 | 173 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.32 |
| HSL | 269.25º | 0.86% | 0.36% | - |
| HSV(B) | 269.25º | 0.92% | 0.68% | - |
| XYZ | 12 | 5.53 | 39.97 | - |
| YUV | 54.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 173 | 0.47 | 0.92 | 0 | 0.32 | 269.25 | 0.86 | 0.36 |
| Hex | 5B | D | AD | 2F | 5C | 0 | 20 | 10D | 56 | 24 |
| Octal | 133 | 15 | 255 | 57 | 134 | 0 | 40 | 415 | 126 | 44 |
| Binary | 1011011 | 1101 | 10101101 | 101111 | 1011100 | 0 | 100000 | 100001101 | 1010110 | 100100 |
Color Harmonies of #5B0DAD
Complementary color
Monochromatic Colors of #5B0DAD
Black with #5B0DAD
Text Example
Text Example
White with #5B0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0DAD; }
p { color: rgb(91,13,173); }
H1.HeaderClassName
{
color: #5B0DAD;
}
.AnyTagClassName
{
color: #5B0DAD;
}
</style>
background-color css
<style>
a { background-color: #5B0DAD; }
a { background-color: rgb(91,13,173); }
div.DivClassName
{
background-color: #5B0DAD;
}
.BgClassName
{
background-color: #5B0DAD;
}
</style>
border-color css
<style>
span { border-color: #5B0DAD; }
span { border-color: rgb(91,13,173); }
td.TdClassName
{
border-color: #5B0DAD;
}
.TagClassName
{
border-color: #5B0DAD;
}
</style>