Shades of Purple Heart #5D2ECC
Tints of Purple Heart #5D2ECC
RGB
CMYK
RGB Variations
Color information
#5D2ECC (or 0x5D2ECC) is known color: Purple Heart. HEX triplet: 5D, 2E and CC. RGB value is (93,46,204). Sum of RGB (Red+Green+Blue) = 93+46+204=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ECC is #A2D133. Grayscale: #4D4D4D. Windows color (decimal): -10670388 or 13381213. OLE color: 13381213.
HSL color Cylindrical-coordinate representation of color #5D2ECC: hue angle of 257.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2ECC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 46 | 204 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.2 |
| HSL | 257.85º | 0.63% | 0.49% | - |
| HSV(B) | 257.85º | 0.77% | 0.8% | - |
| XYZ | 16.39 | 8.64 | 57.93 | - |
| YUV | 78.07 | 199.07 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 204 | 0.54 | 0.77 | 0 | 0.2 | 257.85 | 0.63 | 0.49 |
| Hex | 5D | 2E | CC | 36 | 4D | 0 | 14 | 102 | 3F | 31 |
| Octal | 135 | 56 | 314 | 66 | 115 | 0 | 24 | 402 | 77 | 61 |
| Binary | 1011101 | 101110 | 11001100 | 110110 | 1001101 | 0 | 10100 | 100000010 | 111111 | 110001 |
Color Harmonies of #5D2ECC
Complementary color
Monochromatic Colors of #5D2ECC
Black with #5D2ECC
Text Example
Text Example
White with #5D2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2ECC; }
p { color: rgb(93,46,204); }
H1.HeaderClassName
{
color: #5D2ECC;
}
.AnyTagClassName
{
color: #5D2ECC;
}
</style>
background-color css
<style>
a { background-color: #5D2ECC; }
a { background-color: rgb(93,46,204); }
div.DivClassName
{
background-color: #5D2ECC;
}
.BgClassName
{
background-color: #5D2ECC;
}
</style>
border-color css
<style>
span { border-color: #5D2ECC; }
span { border-color: rgb(93,46,204); }
td.TdClassName
{
border-color: #5D2ECC;
}
.TagClassName
{
border-color: #5D2ECC;
}
</style>