Shades of Purple Heart #5B0BAD
Tints of Purple Heart #5B0BAD
RGB
CMYK
RGB Variations
Color information
#5B0BAD (or 0x5B0BAD) is known color: Purple Heart. HEX triplet: 5B, 0B and AD. RGB value is (91,11,173). Sum of RGB (Red+Green+Blue) = 91+11+173=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B0BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0BAD is #A4F452. Grayscale: #343434. Windows color (decimal): -10810451 or 11340635. OLE color: 11340635.
HSL color Cylindrical-coordinate representation of color #5B0BAD: hue angle of 269.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0BAD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 11 | 173 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.32 |
| HSL | 269.63º | 0.88% | 0.36% | - |
| HSV(B) | 269.63º | 0.94% | 0.68% | - |
| XYZ | 11.98 | 5.48 | 39.96 | - |
| YUV | 53.39 | 195.5 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 173 | 0.47 | 0.94 | 0 | 0.32 | 269.63 | 0.88 | 0.36 |
| Hex | 5B | B | AD | 2F | 5E | 0 | 20 | 10E | 58 | 24 |
| Octal | 133 | 13 | 255 | 57 | 136 | 0 | 40 | 416 | 130 | 44 |
| Binary | 1011011 | 1011 | 10101101 | 101111 | 1011110 | 0 | 100000 | 100001110 | 1011000 | 100100 |
Color Harmonies of #5B0BAD
Complementary color
Monochromatic Colors of #5B0BAD
Black with #5B0BAD
Text Example
Text Example
White with #5B0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0BAD; }
p { color: rgb(91,11,173); }
H1.HeaderClassName
{
color: #5B0BAD;
}
.AnyTagClassName
{
color: #5B0BAD;
}
</style>
background-color css
<style>
a { background-color: #5B0BAD; }
a { background-color: rgb(91,11,173); }
div.DivClassName
{
background-color: #5B0BAD;
}
.BgClassName
{
background-color: #5B0BAD;
}
</style>
border-color css
<style>
span { border-color: #5B0BAD; }
span { border-color: rgb(91,11,173); }
td.TdClassName
{
border-color: #5B0BAD;
}
.TagClassName
{
border-color: #5B0BAD;
}
</style>