Shades of Purple Heart #5C1EBE
Tints of Purple Heart #5C1EBE
RGB
CMYK
RGB Variations
Color information
#5C1EBE (or 0x5C1EBE) is known color: Purple Heart. HEX triplet: 5C, 1E and BE. RGB value is (92,30,190). Sum of RGB (Red+Green+Blue) = 92+30+190=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C1EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1EBE is #A3E141. Grayscale: #424242. Windows color (decimal): -10740034 or 12459612. OLE color: 12459612.
HSL color Cylindrical-coordinate representation of color #5C1EBE: hue angle of 263.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1EBE is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 30 | 190 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.25 |
| HSL | 263.25º | 0.73% | 0.43% | - |
| HSV(B) | 263.25º | 0.84% | 0.75% | - |
| XYZ | 14.17 | 6.92 | 49.3 | - |
| YUV | 66.78 | 197.54 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 30 | 190 | 0.52 | 0.84 | 0 | 0.25 | 263.25 | 0.73 | 0.43 |
| Hex | 5C | 1E | BE | 34 | 54 | 0 | 19 | 107 | 49 | 2B |
| Octal | 134 | 36 | 276 | 64 | 124 | 0 | 31 | 407 | 111 | 53 |
| Binary | 1011100 | 11110 | 10111110 | 110100 | 1010100 | 0 | 11001 | 100000111 | 1001001 | 101011 |
Color Harmonies of #5C1EBE
Complementary color
Monochromatic Colors of #5C1EBE
Black with #5C1EBE
Text Example
Text Example
White with #5C1EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1EBE; }
p { color: rgb(92,30,190); }
H1.HeaderClassName
{
color: #5C1EBE;
}
.AnyTagClassName
{
color: #5C1EBE;
}
</style>
background-color css
<style>
a { background-color: #5C1EBE; }
a { background-color: rgb(92,30,190); }
div.DivClassName
{
background-color: #5C1EBE;
}
.BgClassName
{
background-color: #5C1EBE;
}
</style>
border-color css
<style>
span { border-color: #5C1EBE; }
span { border-color: rgb(92,30,190); }
td.TdClassName
{
border-color: #5C1EBE;
}
.TagClassName
{
border-color: #5C1EBE;
}
</style>