Shades of Purple Heart #5D2CBC
Tints of Purple Heart #5D2CBC
RGB
CMYK
RGB Variations
Color information
#5D2CBC (or 0x5D2CBC) is known color: Purple Heart. HEX triplet: 5D, 2C and BC. RGB value is (93,44,188). Sum of RGB (Red+Green+Blue) = 93+44+188=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2CBC is #A2D343. Grayscale: #4A4A4A. Windows color (decimal): -10670916 or 12332125. OLE color: 12332125.
HSL color Cylindrical-coordinate representation of color #5D2CBC: hue angle of 260.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2CBC is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 44 | 188 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.26 |
| HSL | 260.42º | 0.62% | 0.45% | - |
| HSV(B) | 260.42º | 0.77% | 0.74% | - |
| XYZ | 14.49 | 7.76 | 48.31 | - |
| YUV | 75.07 | 191.73 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 188 | 0.51 | 0.77 | 0 | 0.26 | 260.42 | 0.62 | 0.45 |
| Hex | 5D | 2C | BC | 33 | 4D | 0 | 1A | 104 | 3E | 2D |
| Octal | 135 | 54 | 274 | 63 | 115 | 0 | 32 | 404 | 76 | 55 |
| Binary | 1011101 | 101100 | 10111100 | 110011 | 1001101 | 0 | 11010 | 100000100 | 111110 | 101101 |
Color Harmonies of #5D2CBC
Complementary color
Monochromatic Colors of #5D2CBC
Black with #5D2CBC
Text Example
Text Example
White with #5D2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2CBC; }
p { color: rgb(93,44,188); }
H1.HeaderClassName
{
color: #5D2CBC;
}
.AnyTagClassName
{
color: #5D2CBC;
}
</style>
background-color css
<style>
a { background-color: #5D2CBC; }
a { background-color: rgb(93,44,188); }
div.DivClassName
{
background-color: #5D2CBC;
}
.BgClassName
{
background-color: #5D2CBC;
}
</style>
border-color css
<style>
span { border-color: #5D2CBC; }
span { border-color: rgb(93,44,188); }
td.TdClassName
{
border-color: #5D2CBC;
}
.TagClassName
{
border-color: #5D2CBC;
}
</style>