Shades of Purple Heart #5B0AAB
Tints of Purple Heart #5B0AAB
RGB
CMYK
RGB Variations
Color information
#5B0AAB (or 0x5B0AAB) is known color: Purple Heart. HEX triplet: 5B, 0A and AB. RGB value is (91,10,171). Sum of RGB (Red+Green+Blue) = 91+10+171=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0AAB is #A4F554. Grayscale: #343434. Windows color (decimal): -10810709 or 11209307. OLE color: 11209307.
HSL color Cylindrical-coordinate representation of color #5B0AAB: hue angle of 270.19º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0AAB is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 10 | 171 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.33 |
| HSL | 270.19º | 0.89% | 0.35% | - |
| HSV(B) | 270.19º | 0.94% | 0.67% | - |
| XYZ | 11.77 | 5.38 | 38.95 | - |
| YUV | 52.57 | 194.84 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 171 | 0.47 | 0.94 | 0 | 0.33 | 270.19 | 0.89 | 0.35 |
| Hex | 5B | A | AB | 2F | 5E | 0 | 21 | 10E | 59 | 23 |
| Octal | 133 | 12 | 253 | 57 | 136 | 0 | 41 | 416 | 131 | 43 |
| Binary | 1011011 | 1010 | 10101011 | 101111 | 1011110 | 0 | 100001 | 100001110 | 1011001 | 100011 |
Color Harmonies of #5B0AAB
Complementary color
Monochromatic Colors of #5B0AAB
Black with #5B0AAB
Text Example
Text Example
White with #5B0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0AAB; }
p { color: rgb(91,10,171); }
H1.HeaderClassName
{
color: #5B0AAB;
}
.AnyTagClassName
{
color: #5B0AAB;
}
</style>
background-color css
<style>
a { background-color: #5B0AAB; }
a { background-color: rgb(91,10,171); }
div.DivClassName
{
background-color: #5B0AAB;
}
.BgClassName
{
background-color: #5B0AAB;
}
</style>
border-color css
<style>
span { border-color: #5B0AAB; }
span { border-color: rgb(91,10,171); }
td.TdClassName
{
border-color: #5B0AAB;
}
.TagClassName
{
border-color: #5B0AAB;
}
</style>