Shades of Purple Heart #5B1AAA
Tints of Purple Heart #5B1AAA
RGB
CMYK
RGB Variations
Color information
#5B1AAA (or 0x5B1AAA) is known color: Purple Heart. HEX triplet: 5B, 1A and AA. RGB value is (91,26,170). Sum of RGB (Red+Green+Blue) = 91+26+170=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B1AAA is #A4E555. Grayscale: #3D3D3D. Windows color (decimal): -10806614 or 11147867. OLE color: 11147867.
HSL color Cylindrical-coordinate representation of color #5B1AAA: hue angle of 267.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1AAA is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 26 | 170 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.33 |
| HSL | 267.08º | 0.73% | 0.38% | - |
| HSV(B) | 267.08º | 0.85% | 0.67% | - |
| XYZ | 11.94 | 5.87 | 38.53 | - |
| YUV | 61.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 170 | 0.46 | 0.85 | 0 | 0.33 | 267.08 | 0.73 | 0.38 |
| Hex | 5B | 1A | AA | 2E | 55 | 0 | 21 | 10B | 49 | 26 |
| Octal | 133 | 32 | 252 | 56 | 125 | 0 | 41 | 413 | 111 | 46 |
| Binary | 1011011 | 11010 | 10101010 | 101110 | 1010101 | 0 | 100001 | 100001011 | 1001001 | 100110 |
Color Harmonies of #5B1AAA
Complementary color
Monochromatic Colors of #5B1AAA
Black with #5B1AAA
Text Example
Text Example
White with #5B1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1AAA; }
p { color: rgb(91,26,170); }
H1.HeaderClassName
{
color: #5B1AAA;
}
.AnyTagClassName
{
color: #5B1AAA;
}
</style>
background-color css
<style>
a { background-color: #5B1AAA; }
a { background-color: rgb(91,26,170); }
div.DivClassName
{
background-color: #5B1AAA;
}
.BgClassName
{
background-color: #5B1AAA;
}
</style>
border-color css
<style>
span { border-color: #5B1AAA; }
span { border-color: rgb(91,26,170); }
td.TdClassName
{
border-color: #5B1AAA;
}
.TagClassName
{
border-color: #5B1AAA;
}
</style>