Shades of Purple Heart #5C2CBD
Tints of Purple Heart #5C2CBD
RGB
CMYK
RGB Variations
Color information
#5C2CBD (or 0x5C2CBD) is known color: Purple Heart. HEX triplet: 5C, 2C and BD. RGB value is (92,44,189). Sum of RGB (Red+Green+Blue) = 92+44+189=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C2CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2CBD is #A3D342. Grayscale: #4A4A4A. Windows color (decimal): -10736451 or 12397660. OLE color: 12397660.
HSL color Cylindrical-coordinate representation of color #5C2CBD: hue angle of 259.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2CBD is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 44 | 189 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.26 |
| HSL | 259.86º | 0.62% | 0.46% | - |
| HSV(B) | 259.86º | 0.77% | 0.74% | - |
| XYZ | 14.5 | 7.75 | 48.88 | - |
| YUV | 74.88 | 192.4 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 189 | 0.51 | 0.77 | 0 | 0.26 | 259.86 | 0.62 | 0.46 |
| Hex | 5C | 2C | BD | 33 | 4D | 0 | 1A | 104 | 3E | 2E |
| Octal | 134 | 54 | 275 | 63 | 115 | 0 | 32 | 404 | 76 | 56 |
| Binary | 1011100 | 101100 | 10111101 | 110011 | 1001101 | 0 | 11010 | 100000100 | 111110 | 101110 |
Color Harmonies of #5C2CBD
Complementary color
Monochromatic Colors of #5C2CBD
Black with #5C2CBD
Text Example
Text Example
White with #5C2CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2CBD; }
p { color: rgb(92,44,189); }
H1.HeaderClassName
{
color: #5C2CBD;
}
.AnyTagClassName
{
color: #5C2CBD;
}
</style>
background-color css
<style>
a { background-color: #5C2CBD; }
a { background-color: rgb(92,44,189); }
div.DivClassName
{
background-color: #5C2CBD;
}
.BgClassName
{
background-color: #5C2CBD;
}
</style>
border-color css
<style>
span { border-color: #5C2CBD; }
span { border-color: rgb(92,44,189); }
td.TdClassName
{
border-color: #5C2CBD;
}
.TagClassName
{
border-color: #5C2CBD;
}
</style>