Shades of Purple Heart #5D3BCE
Tints of Purple Heart #5D3BCE
RGB
CMYK
RGB Variations
Color information
#5D3BCE (or 0x5D3BCE) is known color: Purple Heart. HEX triplet: 5D, 3B and CE. RGB value is (93,59,206). Sum of RGB (Red+Green+Blue) = 93+59+206=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3BCE is #A2C431. Grayscale: #555555. Windows color (decimal): -10667058 or 13515613. OLE color: 13515613.
HSL color Cylindrical-coordinate representation of color #5D3BCE: hue angle of 253.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D3BCE is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 59 | 206 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.19 |
| HSL | 253.88º | 0.6% | 0.52% | - |
| HSV(B) | 253.88º | 0.71% | 0.81% | - |
| XYZ | 17.22 | 9.91 | 59.4 | - |
| YUV | 85.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 206 | 0.55 | 0.71 | 0 | 0.19 | 253.88 | 0.6 | 0.52 |
| Hex | 5D | 3B | CE | 37 | 47 | 0 | 13 | FE | 3C | 34 |
| Octal | 135 | 73 | 316 | 67 | 107 | 0 | 23 | 376 | 74 | 64 |
| Binary | 1011101 | 111011 | 11001110 | 110111 | 1000111 | 0 | 10011 | 11111110 | 111100 | 110100 |
Color Harmonies of #5D3BCE
Complementary color
Monochromatic Colors of #5D3BCE
Black with #5D3BCE
Text Example
Text Example
White with #5D3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3BCE; }
p { color: rgb(93,59,206); }
H1.HeaderClassName
{
color: #5D3BCE;
}
.AnyTagClassName
{
color: #5D3BCE;
}
</style>
background-color css
<style>
a { background-color: #5D3BCE; }
a { background-color: rgb(93,59,206); }
div.DivClassName
{
background-color: #5D3BCE;
}
.BgClassName
{
background-color: #5D3BCE;
}
</style>
border-color css
<style>
span { border-color: #5D3BCE; }
span { border-color: rgb(93,59,206); }
td.TdClassName
{
border-color: #5D3BCE;
}
.TagClassName
{
border-color: #5D3BCE;
}
</style>