Shades of Purple Heart #5D2CBA
Tints of Purple Heart #5D2CBA
RGB
CMYK
RGB Variations
Color information
#5D2CBA (or 0x5D2CBA) is known color: Purple Heart. HEX triplet: 5D, 2C and BA. RGB value is (93,44,186). Sum of RGB (Red+Green+Blue) = 93+44+186=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D2CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2CBA is #A2D345. Grayscale: #4A4A4A. Windows color (decimal): -10670918 or 12201053. OLE color: 12201053.
HSL color Cylindrical-coordinate representation of color #5D2CBA: hue angle of 260.7º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2CBA is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 44 | 186 | - |
| CMYK | 0.5 | 0.76 | 0 | 0.27 |
| HSL | 260.7º | 0.62% | 0.45% | - |
| HSV(B) | 260.7º | 0.76% | 0.73% | - |
| XYZ | 14.28 | 7.67 | 47.18 | - |
| YUV | 74.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 186 | 0.5 | 0.76 | 0 | 0.27 | 260.7 | 0.62 | 0.45 |
| Hex | 5D | 2C | BA | 32 | 4C | 0 | 1B | 105 | 3E | 2D |
| Octal | 135 | 54 | 272 | 62 | 114 | 0 | 33 | 405 | 76 | 55 |
| Binary | 1011101 | 101100 | 10111010 | 110010 | 1001100 | 0 | 11011 | 100000101 | 111110 | 101101 |
Color Harmonies of #5D2CBA
Complementary color
Monochromatic Colors of #5D2CBA
Black with #5D2CBA
Text Example
Text Example
White with #5D2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2CBA; }
p { color: rgb(93,44,186); }
H1.HeaderClassName
{
color: #5D2CBA;
}
.AnyTagClassName
{
color: #5D2CBA;
}
</style>
background-color css
<style>
a { background-color: #5D2CBA; }
a { background-color: rgb(93,44,186); }
div.DivClassName
{
background-color: #5D2CBA;
}
.BgClassName
{
background-color: #5D2CBA;
}
</style>
border-color css
<style>
span { border-color: #5D2CBA; }
span { border-color: rgb(93,44,186); }
td.TdClassName
{
border-color: #5D2CBA;
}
.TagClassName
{
border-color: #5D2CBA;
}
</style>