Shades of Purple Heart #5C1EBA
Tints of Purple Heart #5C1EBA
RGB
CMYK
RGB Variations
Color information
#5C1EBA (or 0x5C1EBA) is known color: Purple Heart. HEX triplet: 5C, 1E and BA. RGB value is (92,30,186). Sum of RGB (Red+Green+Blue) = 92+30+186=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1EBA is #A3E145. Grayscale: #414141. Windows color (decimal): -10740038 or 12197468. OLE color: 12197468.
HSL color Cylindrical-coordinate representation of color #5C1EBA: hue angle of 263.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1EBA is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 30 | 186 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.27 |
| HSL | 263.85º | 0.72% | 0.42% | - |
| HSV(B) | 263.85º | 0.84% | 0.73% | - |
| XYZ | 13.74 | 6.75 | 47.03 | - |
| YUV | 66.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 30 | 186 | 0.51 | 0.84 | 0 | 0.27 | 263.85 | 0.72 | 0.42 |
| Hex | 5C | 1E | BA | 33 | 54 | 0 | 1B | 108 | 48 | 2A |
| Octal | 134 | 36 | 272 | 63 | 124 | 0 | 33 | 410 | 110 | 52 |
| Binary | 1011100 | 11110 | 10111010 | 110011 | 1010100 | 0 | 11011 | 100001000 | 1001000 | 101010 |
Color Harmonies of #5C1EBA
Complementary color
Monochromatic Colors of #5C1EBA
Black with #5C1EBA
Text Example
Text Example
White with #5C1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1EBA; }
p { color: rgb(92,30,186); }
H1.HeaderClassName
{
color: #5C1EBA;
}
.AnyTagClassName
{
color: #5C1EBA;
}
</style>
background-color css
<style>
a { background-color: #5C1EBA; }
a { background-color: rgb(92,30,186); }
div.DivClassName
{
background-color: #5C1EBA;
}
.BgClassName
{
background-color: #5C1EBA;
}
</style>
border-color css
<style>
span { border-color: #5C1EBA; }
span { border-color: rgb(92,30,186); }
td.TdClassName
{
border-color: #5C1EBA;
}
.TagClassName
{
border-color: #5C1EBA;
}
</style>