Shades of Purple Heart #5C2EB9
Tints of Purple Heart #5C2EB9
RGB
CMYK
RGB Variations
Color information
#5C2EB9 (or 0x5C2EB9) is known color: Purple Heart. HEX triplet: 5C, 2E and B9. RGB value is (92,46,185). Sum of RGB (Red+Green+Blue) = 92+46+185=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C2EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2EB9 is #A3D146. Grayscale: #4B4B4B. Windows color (decimal): -10735943 or 12136028. OLE color: 12136028.
HSL color Cylindrical-coordinate representation of color #5C2EB9: hue angle of 259.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C2EB9 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 46 | 185 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.27 |
| HSL | 259.86º | 0.6% | 0.45% | - |
| HSV(B) | 259.86º | 0.75% | 0.73% | - |
| XYZ | 14.15 | 7.73 | 46.65 | - |
| YUV | 75.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 185 | 0.50 | 0.75 | 0 | 0.27 | 259.86 | 0.6 | 0.45 |
| Hex | 5C | 2E | B9 | 32 | 4B | 0 | 1B | 104 | 3C | 2D |
| Octal | 134 | 56 | 271 | 62 | 113 | 0 | 33 | 404 | 74 | 55 |
| Binary | 1011100 | 101110 | 10111001 | 110010 | 1001011 | 0 | 11011 | 100000100 | 111100 | 101101 |
Color Harmonies of #5C2EB9
Complementary color
Monochromatic Colors of #5C2EB9
Black with #5C2EB9
Text Example
Text Example
White with #5C2EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EB9; }
p { color: rgb(92,46,185); }
H1.HeaderClassName
{
color: #5C2EB9;
}
.AnyTagClassName
{
color: #5C2EB9;
}
</style>
background-color css
<style>
a { background-color: #5C2EB9; }
a { background-color: rgb(92,46,185); }
div.DivClassName
{
background-color: #5C2EB9;
}
.BgClassName
{
background-color: #5C2EB9;
}
</style>
border-color css
<style>
span { border-color: #5C2EB9; }
span { border-color: rgb(92,46,185); }
td.TdClassName
{
border-color: #5C2EB9;
}
.TagClassName
{
border-color: #5C2EB9;
}
</style>