Shades of Purple Heart #5B0FAC
Tints of Purple Heart #5B0FAC
RGB
CMYK
RGB Variations
Color information
#5B0FAC (or 0x5B0FAC) is known color: Purple Heart. HEX triplet: 5B, 0F and AC. RGB value is (91,15,172). Sum of RGB (Red+Green+Blue) = 91+15+172=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0FAC is #A4F053. Grayscale: #373737. Windows color (decimal): -10809428 or 11276123. OLE color: 11276123.
HSL color Cylindrical-coordinate representation of color #5B0FAC: hue angle of 269.04º degrees, saturation: 0.84, 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 #5B0FAC is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 15 | 172 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.33 |
| HSL | 269.04º | 0.84% | 0.37% | - |
| HSV(B) | 269.04º | 0.91% | 0.67% | - |
| XYZ | 11.93 | 5.54 | 39.47 | - |
| YUV | 55.62 | 193.68 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 15 | 172 | 0.47 | 0.91 | 0 | 0.33 | 269.04 | 0.84 | 0.37 |
| Hex | 5B | F | AC | 2F | 5B | 0 | 21 | 10D | 54 | 25 |
| Octal | 133 | 17 | 254 | 57 | 133 | 0 | 41 | 415 | 124 | 45 |
| Binary | 1011011 | 1111 | 10101100 | 101111 | 1011011 | 0 | 100001 | 100001101 | 1010100 | 100101 |
Color Harmonies of #5B0FAC
Complementary color
Monochromatic Colors of #5B0FAC
Black with #5B0FAC
Text Example
Text Example
White with #5B0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0FAC; }
p { color: rgb(91,15,172); }
H1.HeaderClassName
{
color: #5B0FAC;
}
.AnyTagClassName
{
color: #5B0FAC;
}
</style>
background-color css
<style>
a { background-color: #5B0FAC; }
a { background-color: rgb(91,15,172); }
div.DivClassName
{
background-color: #5B0FAC;
}
.BgClassName
{
background-color: #5B0FAC;
}
</style>
border-color css
<style>
span { border-color: #5B0FAC; }
span { border-color: rgb(91,15,172); }
td.TdClassName
{
border-color: #5B0FAC;
}
.TagClassName
{
border-color: #5B0FAC;
}
</style>