Shades of Purple Heart #5B29B5
Tints of Purple Heart #5B29B5
RGB
CMYK
RGB Variations
Color information
#5B29B5 (or 0x5B29B5) is known color: Purple Heart. HEX triplet: 5B, 29 and B5. RGB value is (91,41,181). Sum of RGB (Red+Green+Blue) = 91+41+181=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #5B29B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B29B5 is #A4D64A. Grayscale: #474747. Windows color (decimal): -10802763 or 11872603. OLE color: 11872603.
HSL color Cylindrical-coordinate representation of color #5B29B5: hue angle of 261.43º degrees, saturation: 0.63, 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 #5B29B5 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 41 | 181 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.29 |
| HSL | 261.43º | 0.63% | 0.44% | - |
| HSV(B) | 261.43º | 0.77% | 0.71% | - |
| XYZ | 13.45 | 7.15 | 44.39 | - |
| YUV | 71.91 | 189.57 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 181 | 0.50 | 0.77 | 0 | 0.29 | 261.43 | 0.63 | 0.44 |
| Hex | 5B | 29 | B5 | 32 | 4D | 0 | 1D | 105 | 3F | 2C |
| Octal | 133 | 51 | 265 | 62 | 115 | 0 | 35 | 405 | 77 | 54 |
| Binary | 1011011 | 101001 | 10110101 | 110010 | 1001101 | 0 | 11101 | 100000101 | 111111 | 101100 |
Color Harmonies of #5B29B5
Complementary color
Monochromatic Colors of #5B29B5
Black with #5B29B5
Text Example
Text Example
White with #5B29B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B29B5; }
p { color: rgb(91,41,181); }
H1.HeaderClassName
{
color: #5B29B5;
}
.AnyTagClassName
{
color: #5B29B5;
}
</style>
background-color css
<style>
a { background-color: #5B29B5; }
a { background-color: rgb(91,41,181); }
div.DivClassName
{
background-color: #5B29B5;
}
.BgClassName
{
background-color: #5B29B5;
}
</style>
border-color css
<style>
span { border-color: #5B29B5; }
span { border-color: rgb(91,41,181); }
td.TdClassName
{
border-color: #5B29B5;
}
.TagClassName
{
border-color: #5B29B5;
}
</style>