Shades of Purple Heart #5B10AB
Tints of Purple Heart #5B10AB
RGB
CMYK
RGB Variations
Color information
#5B10AB (or 0x5B10AB) is known color: Purple Heart. HEX triplet: 5B, 10 and AB. RGB value is (91,16,171). Sum of RGB (Red+Green+Blue) = 91+16+171=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B10AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B10AB is #A4EF54. Grayscale: #373737. Windows color (decimal): -10809173 or 11210843. OLE color: 11210843.
HSL color Cylindrical-coordinate representation of color #5B10AB: hue angle of 269.03º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B10AB is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 16 | 171 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.33 |
| HSL | 269.03º | 0.83% | 0.37% | - |
| HSV(B) | 269.03º | 0.91% | 0.67% | - |
| XYZ | 11.85 | 5.54 | 38.97 | - |
| YUV | 56.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 171 | 0.47 | 0.91 | 0 | 0.33 | 269.03 | 0.83 | 0.37 |
| Hex | 5B | 10 | AB | 2F | 5B | 0 | 21 | 10D | 53 | 25 |
| Octal | 133 | 20 | 253 | 57 | 133 | 0 | 41 | 415 | 123 | 45 |
| Binary | 1011011 | 10000 | 10101011 | 101111 | 1011011 | 0 | 100001 | 100001101 | 1010011 | 100101 |
Color Harmonies of #5B10AB
Complementary color
Monochromatic Colors of #5B10AB
Black with #5B10AB
Text Example
Text Example
White with #5B10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B10AB; }
p { color: rgb(91,16,171); }
H1.HeaderClassName
{
color: #5B10AB;
}
.AnyTagClassName
{
color: #5B10AB;
}
</style>
background-color css
<style>
a { background-color: #5B10AB; }
a { background-color: rgb(91,16,171); }
div.DivClassName
{
background-color: #5B10AB;
}
.BgClassName
{
background-color: #5B10AB;
}
</style>
border-color css
<style>
span { border-color: #5B10AB; }
span { border-color: rgb(91,16,171); }
td.TdClassName
{
border-color: #5B10AB;
}
.TagClassName
{
border-color: #5B10AB;
}
</style>