Shades of Purple Heart #5D3CB8
Tints of Purple Heart #5D3CB8
RGB
CMYK
RGB Variations
Color information
#5D3CB8 (or 0x5D3CB8) is known color: Purple Heart. HEX triplet: 5D, 3C and B8. RGB value is (93,60,184). Sum of RGB (Red+Green+Blue) = 93+60+184=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 184 (72.27% from 255 or 54.60% from 337); Max value from RGB is 184 - color contains mainly: blue. Hex color #5D3CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CB8 is #A2C347. Grayscale: #535353. Windows color (decimal): -10666824 or 12074077. OLE color: 12074077.
HSL color Cylindrical-coordinate representation of color #5D3CB8: hue angle of 255.97º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3CB8 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 60 | 184 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.28 |
| HSL | 255.97º | 0.51% | 0.48% | - |
| HSV(B) | 255.97º | 0.67% | 0.72% | - |
| XYZ | 14.78 | 9.02 | 46.31 | - |
| YUV | 84 | 184.43 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 60 | 184 | 0.49 | 0.67 | 0 | 0.28 | 255.97 | 0.51 | 0.48 |
| Hex | 5D | 3C | B8 | 31 | 43 | 0 | 1C | 100 | 33 | 30 |
| Octal | 135 | 74 | 270 | 61 | 103 | 0 | 34 | 400 | 63 | 60 |
| Binary | 1011101 | 111100 | 10111000 | 110001 | 1000011 | 0 | 11100 | 100000000 | 110011 | 110000 |
Color Harmonies of #5D3CB8
Complementary color
Monochromatic Colors of #5D3CB8
Black with #5D3CB8
Text Example
Text Example
White with #5D3CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3CB8; }
p { color: rgb(93,60,184); }
H1.HeaderClassName
{
color: #5D3CB8;
}
.AnyTagClassName
{
color: #5D3CB8;
}
</style>
background-color css
<style>
a { background-color: #5D3CB8; }
a { background-color: rgb(93,60,184); }
div.DivClassName
{
background-color: #5D3CB8;
}
.BgClassName
{
background-color: #5D3CB8;
}
</style>
border-color css
<style>
span { border-color: #5D3CB8; }
span { border-color: rgb(93,60,184); }
td.TdClassName
{
border-color: #5D3CB8;
}
.TagClassName
{
border-color: #5D3CB8;
}
</style>