Shades of Purple Heart #5D2ECE
Tints of Purple Heart #5D2ECE
RGB
CMYK
RGB Variations
Color information
#5D2ECE (or 0x5D2ECE) is known color: Purple Heart. HEX triplet: 5D, 2E and CE. RGB value is (93,46,206). Sum of RGB (Red+Green+Blue) = 93+46+206=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D2ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ECE is #A2D131. Grayscale: #4D4D4D. Windows color (decimal): -10670386 or 13512285. OLE color: 13512285.
HSL color Cylindrical-coordinate representation of color #5D2ECE: hue angle of 257.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2ECE is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 46 | 206 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.19 |
| HSL | 257.63º | 0.63% | 0.49% | - |
| HSV(B) | 257.63º | 0.78% | 0.81% | - |
| XYZ | 16.63 | 8.74 | 59.2 | - |
| YUV | 78.29 | 200.07 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 206 | 0.55 | 0.78 | 0 | 0.19 | 257.63 | 0.63 | 0.49 |
| Hex | 5D | 2E | CE | 37 | 4E | 0 | 13 | 102 | 3F | 31 |
| Octal | 135 | 56 | 316 | 67 | 116 | 0 | 23 | 402 | 77 | 61 |
| Binary | 1011101 | 101110 | 11001110 | 110111 | 1001110 | 0 | 10011 | 100000010 | 111111 | 110001 |
Color Harmonies of #5D2ECE
Complementary color
Monochromatic Colors of #5D2ECE
Black with #5D2ECE
Text Example
Text Example
White with #5D2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2ECE; }
p { color: rgb(93,46,206); }
H1.HeaderClassName
{
color: #5D2ECE;
}
.AnyTagClassName
{
color: #5D2ECE;
}
</style>
background-color css
<style>
a { background-color: #5D2ECE; }
a { background-color: rgb(93,46,206); }
div.DivClassName
{
background-color: #5D2ECE;
}
.BgClassName
{
background-color: #5D2ECE;
}
</style>
border-color css
<style>
span { border-color: #5D2ECE; }
span { border-color: rgb(93,46,206); }
td.TdClassName
{
border-color: #5D2ECE;
}
.TagClassName
{
border-color: #5D2ECE;
}
</style>