Shades of Purple Heart #5C2EBE
Tints of Purple Heart #5C2EBE
RGB
CMYK
RGB Variations
Color information
#5C2EBE (or 0x5C2EBE) is known color: Purple Heart. HEX triplet: 5C, 2E and BE. RGB value is (92,46,190). Sum of RGB (Red+Green+Blue) = 92+46+190=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2EBE is #A3D141. Grayscale: #4B4B4B. Windows color (decimal): -10735938 or 12463708. OLE color: 12463708.
HSL color Cylindrical-coordinate representation of color #5C2EBE: hue angle of 259.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2EBE is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 46 | 190 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.25 |
| HSL | 259.17º | 0.61% | 0.46% | - |
| HSV(B) | 259.17º | 0.76% | 0.75% | - |
| XYZ | 14.68 | 7.95 | 49.48 | - |
| YUV | 76.17 | 192.24 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 190 | 0.52 | 0.76 | 0 | 0.25 | 259.17 | 0.61 | 0.46 |
| Hex | 5C | 2E | BE | 34 | 4C | 0 | 19 | 103 | 3D | 2E |
| Octal | 134 | 56 | 276 | 64 | 114 | 0 | 31 | 403 | 75 | 56 |
| Binary | 1011100 | 101110 | 10111110 | 110100 | 1001100 | 0 | 11001 | 100000011 | 111101 | 101110 |
Color Harmonies of #5C2EBE
Complementary color
Monochromatic Colors of #5C2EBE
Black with #5C2EBE
Text Example
Text Example
White with #5C2EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2EBE; }
p { color: rgb(92,46,190); }
H1.HeaderClassName
{
color: #5C2EBE;
}
.AnyTagClassName
{
color: #5C2EBE;
}
</style>
background-color css
<style>
a { background-color: #5C2EBE; }
a { background-color: rgb(92,46,190); }
div.DivClassName
{
background-color: #5C2EBE;
}
.BgClassName
{
background-color: #5C2EBE;
}
</style>
border-color css
<style>
span { border-color: #5C2EBE; }
span { border-color: rgb(92,46,190); }
td.TdClassName
{
border-color: #5C2EBE;
}
.TagClassName
{
border-color: #5C2EBE;
}
</style>