Shades of Purple Heart #5B29CF
Tints of Purple Heart #5B29CF
RGB
CMYK
RGB Variations
Color information
#5B29CF (or 0x5B29CF) is known color: Purple Heart. HEX triplet: 5B, 29 and CF. RGB value is (91,41,207). Sum of RGB (Red+Green+Blue) = 91+41+207=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B29CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B29CF is #A4D630. Grayscale: #4A4A4A. Windows color (decimal): -10802737 or 13576539. OLE color: 13576539.
HSL color Cylindrical-coordinate representation of color #5B29CF: hue angle of 258.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B29CF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 41 | 207 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.19 |
| HSL | 258.07º | 0.67% | 0.49% | - |
| HSV(B) | 258.07º | 0.8% | 0.81% | - |
| XYZ | 16.37 | 8.32 | 59.77 | - |
| YUV | 74.87 | 202.57 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 207 | 0.56 | 0.80 | 0 | 0.19 | 258.07 | 0.67 | 0.49 |
| Hex | 5B | 29 | CF | 38 | 50 | 0 | 13 | 102 | 43 | 31 |
| Octal | 133 | 51 | 317 | 70 | 120 | 0 | 23 | 402 | 103 | 61 |
| Binary | 1011011 | 101001 | 11001111 | 111000 | 1010000 | 0 | 10011 | 100000010 | 1000011 | 110001 |
Color Harmonies of #5B29CF
Complementary color
Monochromatic Colors of #5B29CF
Black with #5B29CF
Text Example
Text Example
White with #5B29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B29CF; }
p { color: rgb(91,41,207); }
H1.HeaderClassName
{
color: #5B29CF;
}
.AnyTagClassName
{
color: #5B29CF;
}
</style>
background-color css
<style>
a { background-color: #5B29CF; }
a { background-color: rgb(91,41,207); }
div.DivClassName
{
background-color: #5B29CF;
}
.BgClassName
{
background-color: #5B29CF;
}
</style>
border-color css
<style>
span { border-color: #5B29CF; }
span { border-color: rgb(91,41,207); }
td.TdClassName
{
border-color: #5B29CF;
}
.TagClassName
{
border-color: #5B29CF;
}
</style>