Shades of Purple Heart #5B2DB5
Tints of Purple Heart #5B2DB5
RGB
CMYK
RGB Variations
Color information
#5B2DB5 (or 0x5B2DB5) is known color: Purple Heart. HEX triplet: 5B, 2D and B5. RGB value is (91,45,181). Sum of RGB (Red+Green+Blue) = 91+45+181=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #5B2DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DB5 is #A4D24A. Grayscale: #494949. Windows color (decimal): -10801739 or 11873627. OLE color: 11873627.
HSL color Cylindrical-coordinate representation of color #5B2DB5: hue angle of 260.29º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2DB5 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 45 | 181 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.29 |
| HSL | 260.29º | 0.6% | 0.44% | - |
| HSV(B) | 260.29º | 0.75% | 0.71% | - |
| XYZ | 13.59 | 7.44 | 44.44 | - |
| YUV | 74.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 181 | 0.50 | 0.75 | 0 | 0.29 | 260.29 | 0.6 | 0.44 |
| Hex | 5B | 2D | B5 | 32 | 4B | 0 | 1D | 104 | 3C | 2C |
| Octal | 133 | 55 | 265 | 62 | 113 | 0 | 35 | 404 | 74 | 54 |
| Binary | 1011011 | 101101 | 10110101 | 110010 | 1001011 | 0 | 11101 | 100000100 | 111100 | 101100 |
Color Harmonies of #5B2DB5
Complementary color
Monochromatic Colors of #5B2DB5
Black with #5B2DB5
Text Example
Text Example
White with #5B2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DB5; }
p { color: rgb(91,45,181); }
H1.HeaderClassName
{
color: #5B2DB5;
}
.AnyTagClassName
{
color: #5B2DB5;
}
</style>
background-color css
<style>
a { background-color: #5B2DB5; }
a { background-color: rgb(91,45,181); }
div.DivClassName
{
background-color: #5B2DB5;
}
.BgClassName
{
background-color: #5B2DB5;
}
</style>
border-color css
<style>
span { border-color: #5B2DB5; }
span { border-color: rgb(91,45,181); }
td.TdClassName
{
border-color: #5B2DB5;
}
.TagClassName
{
border-color: #5B2DB5;
}
</style>