Shades of Purple Heart #5C2CBA
Tints of Purple Heart #5C2CBA
RGB
CMYK
RGB Variations
Color information
#5C2CBA (or 0x5C2CBA) is known color: Purple Heart. HEX triplet: 5C, 2C and BA. RGB value is (92,44,186). Sum of RGB (Red+Green+Blue) = 92+44+186=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C2CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2CBA is #A3D345. Grayscale: #4A4A4A. Windows color (decimal): -10736454 or 12201052. OLE color: 12201052.
HSL color Cylindrical-coordinate representation of color #5C2CBA: hue angle of 260.28º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C2CBA is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 44 | 186 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.27 |
| HSL | 260.28º | 0.62% | 0.45% | - |
| HSV(B) | 260.28º | 0.76% | 0.73% | - |
| XYZ | 14.18 | 7.62 | 47.18 | - |
| YUV | 74.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 186 | 0.51 | 0.76 | 0 | 0.27 | 260.28 | 0.62 | 0.45 |
| Hex | 5C | 2C | BA | 33 | 4C | 0 | 1B | 104 | 3E | 2D |
| Octal | 134 | 54 | 272 | 63 | 114 | 0 | 33 | 404 | 76 | 55 |
| Binary | 1011100 | 101100 | 10111010 | 110011 | 1001100 | 0 | 11011 | 100000100 | 111110 | 101101 |
Color Harmonies of #5C2CBA
Complementary color
Monochromatic Colors of #5C2CBA
Black with #5C2CBA
Text Example
Text Example
White with #5C2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2CBA; }
p { color: rgb(92,44,186); }
H1.HeaderClassName
{
color: #5C2CBA;
}
.AnyTagClassName
{
color: #5C2CBA;
}
</style>
background-color css
<style>
a { background-color: #5C2CBA; }
a { background-color: rgb(92,44,186); }
div.DivClassName
{
background-color: #5C2CBA;
}
.BgClassName
{
background-color: #5C2CBA;
}
</style>
border-color css
<style>
span { border-color: #5C2CBA; }
span { border-color: rgb(92,44,186); }
td.TdClassName
{
border-color: #5C2CBA;
}
.TagClassName
{
border-color: #5C2CBA;
}
</style>