Shades of Purple Heart #5B2AB5
Tints of Purple Heart #5B2AB5
RGB
CMYK
RGB Variations
Color information
#5B2AB5 (or 0x5B2AB5) is known color: Purple Heart. HEX triplet: 5B, 2A and B5. RGB value is (91,42,181). Sum of RGB (Red+Green+Blue) = 91+42+181=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #5B2AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2AB5 is #A4D54A. Grayscale: #474747. Windows color (decimal): -10802507 or 11872859. OLE color: 11872859.
HSL color Cylindrical-coordinate representation of color #5B2AB5: hue angle of 261.15º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2AB5 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 42 | 181 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.29 |
| HSL | 261.15º | 0.62% | 0.44% | - |
| HSV(B) | 261.15º | 0.77% | 0.71% | - |
| XYZ | 13.48 | 7.22 | 44.4 | - |
| YUV | 72.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 181 | 0.50 | 0.77 | 0 | 0.29 | 261.15 | 0.62 | 0.44 |
| Hex | 5B | 2A | B5 | 32 | 4D | 0 | 1D | 105 | 3E | 2C |
| Octal | 133 | 52 | 265 | 62 | 115 | 0 | 35 | 405 | 76 | 54 |
| Binary | 1011011 | 101010 | 10110101 | 110010 | 1001101 | 0 | 11101 | 100000101 | 111110 | 101100 |
Color Harmonies of #5B2AB5
Complementary color
Monochromatic Colors of #5B2AB5
Black with #5B2AB5
Text Example
Text Example
White with #5B2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2AB5; }
p { color: rgb(91,42,181); }
H1.HeaderClassName
{
color: #5B2AB5;
}
.AnyTagClassName
{
color: #5B2AB5;
}
</style>
background-color css
<style>
a { background-color: #5B2AB5; }
a { background-color: rgb(91,42,181); }
div.DivClassName
{
background-color: #5B2AB5;
}
.BgClassName
{
background-color: #5B2AB5;
}
</style>
border-color css
<style>
span { border-color: #5B2AB5; }
span { border-color: rgb(91,42,181); }
td.TdClassName
{
border-color: #5B2AB5;
}
.TagClassName
{
border-color: #5B2AB5;
}
</style>