Shades of Purple Heart #5B29CB
Tints of Purple Heart #5B29CB
RGB
CMYK
RGB Variations
Color information
#5B29CB (or 0x5B29CB) is known color: Purple Heart. HEX triplet: 5B, 29 and CB. RGB value is (91,41,203). Sum of RGB (Red+Green+Blue) = 91+41+203=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B29CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B29CB is #A4D634. Grayscale: #494949. Windows color (decimal): -10802741 or 13314395. OLE color: 13314395.
HSL color Cylindrical-coordinate representation of color #5B29CB: hue angle of 258.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B29CB is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 41 | 203 | - |
| CMYK | 0.55 | 0.80 | 0 | 0.20 |
| HSL | 258.52º | 0.66% | 0.48% | - |
| HSV(B) | 258.52º | 0.8% | 0.8% | - |
| XYZ | 15.89 | 8.12 | 57.23 | - |
| YUV | 74.42 | 200.57 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 203 | 0.55 | 0.80 | 0 | 0.20 | 258.52 | 0.66 | 0.48 |
| Hex | 5B | 29 | CB | 37 | 50 | 0 | 14 | 103 | 42 | 30 |
| Octal | 133 | 51 | 313 | 67 | 120 | 0 | 24 | 403 | 102 | 60 |
| Binary | 1011011 | 101001 | 11001011 | 110111 | 1010000 | 0 | 10100 | 100000011 | 1000010 | 110000 |
Color Harmonies of #5B29CB
Complementary color
Monochromatic Colors of #5B29CB
Black with #5B29CB
Text Example
Text Example
White with #5B29CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B29CB; }
p { color: rgb(91,41,203); }
H1.HeaderClassName
{
color: #5B29CB;
}
.AnyTagClassName
{
color: #5B29CB;
}
</style>
background-color css
<style>
a { background-color: #5B29CB; }
a { background-color: rgb(91,41,203); }
div.DivClassName
{
background-color: #5B29CB;
}
.BgClassName
{
background-color: #5B29CB;
}
</style>
border-color css
<style>
span { border-color: #5B29CB; }
span { border-color: rgb(91,41,203); }
td.TdClassName
{
border-color: #5B29CB;
}
.TagClassName
{
border-color: #5B29CB;
}
</style>