Shades of Purple Heart #5C2ECE
Tints of Purple Heart #5C2ECE
RGB
CMYK
RGB Variations
Color information
#5C2ECE (or 0x5C2ECE) is known color: Purple Heart. HEX triplet: 5C, 2E and CE. RGB value is (92,46,206). Sum of RGB (Red+Green+Blue) = 92+46+206=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C2ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ECE is #A3D131. Grayscale: #4D4D4D. Windows color (decimal): -10735922 or 13512284. OLE color: 13512284.
HSL color Cylindrical-coordinate representation of color #5C2ECE: hue angle of 257.25º 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 #5C2ECE is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 46 | 206 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.19 |
| HSL | 257.25º | 0.63% | 0.49% | - |
| HSV(B) | 257.25º | 0.78% | 0.81% | - |
| XYZ | 16.53 | 8.69 | 59.2 | - |
| YUV | 77.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 206 | 0.55 | 0.78 | 0 | 0.19 | 257.25 | 0.63 | 0.49 |
| Hex | 5C | 2E | CE | 37 | 4E | 0 | 13 | 101 | 3F | 31 |
| Octal | 134 | 56 | 316 | 67 | 116 | 0 | 23 | 401 | 77 | 61 |
| Binary | 1011100 | 101110 | 11001110 | 110111 | 1001110 | 0 | 10011 | 100000001 | 111111 | 110001 |
Color Harmonies of #5C2ECE
Complementary color
Monochromatic Colors of #5C2ECE
Black with #5C2ECE
Text Example
Text Example
White with #5C2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2ECE; }
p { color: rgb(92,46,206); }
H1.HeaderClassName
{
color: #5C2ECE;
}
.AnyTagClassName
{
color: #5C2ECE;
}
</style>
background-color css
<style>
a { background-color: #5C2ECE; }
a { background-color: rgb(92,46,206); }
div.DivClassName
{
background-color: #5C2ECE;
}
.BgClassName
{
background-color: #5C2ECE;
}
</style>
border-color css
<style>
span { border-color: #5C2ECE; }
span { border-color: rgb(92,46,206); }
td.TdClassName
{
border-color: #5C2ECE;
}
.TagClassName
{
border-color: #5C2ECE;
}
</style>