Shades of Purple Heart #5D3EBC
Tints of Purple Heart #5D3EBC
RGB
CMYK
RGB Variations
Color information
#5D3EBC (or 0x5D3EBC) is known color: Purple Heart. HEX triplet: 5D, 3E and BC. RGB value is (93,62,188). Sum of RGB (Red+Green+Blue) = 93+62+188=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3EBC is #A2C143. Grayscale: #555555. Windows color (decimal): -10666308 or 12336733. OLE color: 12336733.
HSL color Cylindrical-coordinate representation of color #5D3EBC: hue angle of 254.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3EBC is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 62 | 188 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.26 |
| HSL | 254.76º | 0.5% | 0.49% | - |
| HSV(B) | 254.76º | 0.67% | 0.74% | - |
| XYZ | 15.31 | 9.4 | 48.58 | - |
| YUV | 85.63 | 185.77 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 188 | 0.51 | 0.67 | 0 | 0.26 | 254.76 | 0.5 | 0.49 |
| Hex | 5D | 3E | BC | 33 | 43 | 0 | 1A | FF | 32 | 31 |
| Octal | 135 | 76 | 274 | 63 | 103 | 0 | 32 | 377 | 62 | 61 |
| Binary | 1011101 | 111110 | 10111100 | 110011 | 1000011 | 0 | 11010 | 11111111 | 110010 | 110001 |
Color Harmonies of #5D3EBC
Complementary color
Monochromatic Colors of #5D3EBC
Black with #5D3EBC
Text Example
Text Example
White with #5D3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3EBC; }
p { color: rgb(93,62,188); }
H1.HeaderClassName
{
color: #5D3EBC;
}
.AnyTagClassName
{
color: #5D3EBC;
}
</style>
background-color css
<style>
a { background-color: #5D3EBC; }
a { background-color: rgb(93,62,188); }
div.DivClassName
{
background-color: #5D3EBC;
}
.BgClassName
{
background-color: #5D3EBC;
}
</style>
border-color css
<style>
span { border-color: #5D3EBC; }
span { border-color: rgb(93,62,188); }
td.TdClassName
{
border-color: #5D3EBC;
}
.TagClassName
{
border-color: #5D3EBC;
}
</style>