Shades of Purple Heart #5D3CBC
Tints of Purple Heart #5D3CBC
RGB
CMYK
RGB Variations
Color information
#5D3CBC (or 0x5D3CBC) is known color: Purple Heart. HEX triplet: 5D, 3C and BC. RGB value is (93,60,188). Sum of RGB (Red+Green+Blue) = 93+60+188=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CBC is #A2C343. Grayscale: #535353. Windows color (decimal): -10666820 or 12336221. OLE color: 12336221.
HSL color Cylindrical-coordinate representation of color #5D3CBC: hue angle of 255.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D3CBC is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 60 | 188 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.26 |
| HSL | 255.47º | 0.52% | 0.49% | - |
| HSV(B) | 255.47º | 0.68% | 0.74% | - |
| XYZ | 15.21 | 9.19 | 48.55 | - |
| YUV | 84.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 60 | 188 | 0.51 | 0.68 | 0 | 0.26 | 255.47 | 0.52 | 0.49 |
| Hex | 5D | 3C | BC | 33 | 44 | 0 | 1A | FF | 34 | 31 |
| Octal | 135 | 74 | 274 | 63 | 104 | 0 | 32 | 377 | 64 | 61 |
| Binary | 1011101 | 111100 | 10111100 | 110011 | 1000100 | 0 | 11010 | 11111111 | 110100 | 110001 |
Color Harmonies of #5D3CBC
Complementary color
Monochromatic Colors of #5D3CBC
Black with #5D3CBC
Text Example
Text Example
White with #5D3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3CBC; }
p { color: rgb(93,60,188); }
H1.HeaderClassName
{
color: #5D3CBC;
}
.AnyTagClassName
{
color: #5D3CBC;
}
</style>
background-color css
<style>
a { background-color: #5D3CBC; }
a { background-color: rgb(93,60,188); }
div.DivClassName
{
background-color: #5D3CBC;
}
.BgClassName
{
background-color: #5D3CBC;
}
</style>
border-color css
<style>
span { border-color: #5D3CBC; }
span { border-color: rgb(93,60,188); }
td.TdClassName
{
border-color: #5D3CBC;
}
.TagClassName
{
border-color: #5D3CBC;
}
</style>