Shades of Purple Heart #5B2DBD
Tints of Purple Heart #5B2DBD
RGB
CMYK
RGB Variations
Color information
#5B2DBD (or 0x5B2DBD) is known color: Purple Heart. HEX triplet: 5B, 2D and BD. RGB value is (91,45,189). Sum of RGB (Red+Green+Blue) = 91+45+189=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B2DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DBD is #A4D242. Grayscale: #4A4A4A. Windows color (decimal): -10801731 or 12397915. OLE color: 12397915.
HSL color Cylindrical-coordinate representation of color #5B2DBD: hue angle of 259.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2DBD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 45 | 189 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.26 |
| HSL | 259.17º | 0.62% | 0.46% | - |
| HSV(B) | 259.17º | 0.76% | 0.74% | - |
| XYZ | 14.44 | 7.78 | 48.88 | - |
| YUV | 75.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 45 | 189 | 0.52 | 0.76 | 0 | 0.26 | 259.17 | 0.62 | 0.46 |
| Hex | 5B | 2D | BD | 34 | 4C | 0 | 1A | 103 | 3E | 2E |
| Octal | 133 | 55 | 275 | 64 | 114 | 0 | 32 | 403 | 76 | 56 |
| Binary | 1011011 | 101101 | 10111101 | 110100 | 1001100 | 0 | 11010 | 100000011 | 111110 | 101110 |
Color Harmonies of #5B2DBD
Complementary color
Monochromatic Colors of #5B2DBD
Black with #5B2DBD
Text Example
Text Example
White with #5B2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2DBD; }
p { color: rgb(91,45,189); }
H1.HeaderClassName
{
color: #5B2DBD;
}
.AnyTagClassName
{
color: #5B2DBD;
}
</style>
background-color css
<style>
a { background-color: #5B2DBD; }
a { background-color: rgb(91,45,189); }
div.DivClassName
{
background-color: #5B2DBD;
}
.BgClassName
{
background-color: #5B2DBD;
}
</style>
border-color css
<style>
span { border-color: #5B2DBD; }
span { border-color: rgb(91,45,189); }
td.TdClassName
{
border-color: #5B2DBD;
}
.TagClassName
{
border-color: #5B2DBD;
}
</style>