Shades of Purple Heart #5C2CDE
Tints of Purple Heart #5C2CDE
RGB
CMYK
RGB Variations
Color information
#5C2CDE (or 0x5C2CDE) is known color: Purple Heart. HEX triplet: 5C, 2C and DE. RGB value is (92,44,222). Sum of RGB (Red+Green+Blue) = 92+44+222=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2CDE is #A3D321. Grayscale: #4D4D4D. Windows color (decimal): -10736418 or 14560348. OLE color: 14560348.
HSL color Cylindrical-coordinate representation of color #5C2CDE: hue angle of 256.18º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C2CDE is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 44 | 222 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.13 |
| HSL | 256.18º | 0.73% | 0.52% | - |
| HSV(B) | 256.18º | 0.8% | 0.87% | - |
| XYZ | 18.5 | 9.35 | 69.94 | - |
| YUV | 78.64 | 208.9 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 222 | 0.59 | 0.80 | 0 | 0.13 | 256.18 | 0.73 | 0.52 |
| Hex | 5C | 2C | DE | 3B | 50 | 0 | D | 100 | 49 | 34 |
| Octal | 134 | 54 | 336 | 73 | 120 | 0 | 15 | 400 | 111 | 64 |
| Binary | 1011100 | 101100 | 11011110 | 111011 | 1010000 | 0 | 1101 | 100000000 | 1001001 | 110100 |
Color Harmonies of #5C2CDE
Complementary color
Monochromatic Colors of #5C2CDE
Black with #5C2CDE
Text Example
Text Example
White with #5C2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2CDE; }
p { color: rgb(92,44,222); }
H1.HeaderClassName
{
color: #5C2CDE;
}
.AnyTagClassName
{
color: #5C2CDE;
}
</style>
background-color css
<style>
a { background-color: #5C2CDE; }
a { background-color: rgb(92,44,222); }
div.DivClassName
{
background-color: #5C2CDE;
}
.BgClassName
{
background-color: #5C2CDE;
}
</style>
border-color css
<style>
span { border-color: #5C2CDE; }
span { border-color: rgb(92,44,222); }
td.TdClassName
{
border-color: #5C2CDE;
}
.TagClassName
{
border-color: #5C2CDE;
}
</style>