Shades of Purple Heart #5C2EAD
Tints of Purple Heart #5C2EAD
RGB
CMYK
RGB Variations
Color information
#5C2EAD (or 0x5C2EAD) is known color: Purple Heart. HEX triplet: 5C, 2E and AD. RGB value is (92,46,173). Sum of RGB (Red+Green+Blue) = 92+46+173=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C2EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2EAD is #A3D152. Grayscale: #494949. Windows color (decimal): -10735955 or 11349596. OLE color: 11349596.
HSL color Cylindrical-coordinate representation of color #5C2EAD: hue angle of 261.73º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2EAD is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 46 | 173 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.32 |
| HSL | 261.73º | 0.58% | 0.43% | - |
| HSV(B) | 261.73º | 0.73% | 0.68% | - |
| XYZ | 12.93 | 7.25 | 40.25 | - |
| YUV | 74.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 173 | 0.47 | 0.73 | 0 | 0.32 | 261.73 | 0.58 | 0.43 |
| Hex | 5C | 2E | AD | 2F | 49 | 0 | 20 | 106 | 3A | 2B |
| Octal | 134 | 56 | 255 | 57 | 111 | 0 | 40 | 406 | 72 | 53 |
| Binary | 1011100 | 101110 | 10101101 | 101111 | 1001001 | 0 | 100000 | 100000110 | 111010 | 101011 |
Color Harmonies of #5C2EAD
Complementary color
Monochromatic Colors of #5C2EAD
Black with #5C2EAD
Text Example
Text Example
White with #5C2EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EAD; }
p { color: rgb(92,46,173); }
H1.HeaderClassName
{
color: #5C2EAD;
}
.AnyTagClassName
{
color: #5C2EAD;
}
</style>
background-color css
<style>
a { background-color: #5C2EAD; }
a { background-color: rgb(92,46,173); }
div.DivClassName
{
background-color: #5C2EAD;
}
.BgClassName
{
background-color: #5C2EAD;
}
</style>
border-color css
<style>
span { border-color: #5C2EAD; }
span { border-color: rgb(92,46,173); }
td.TdClassName
{
border-color: #5C2EAD;
}
.TagClassName
{
border-color: #5C2EAD;
}
</style>