Shades of Purple Heart #5C32BA
Tints of Purple Heart #5C32BA
RGB
CMYK
RGB Variations
Color information
#5C32BA (or 0x5C32BA) is known color: Purple Heart. HEX triplet: 5C, 32 and BA. RGB value is (92,50,186). Sum of RGB (Red+Green+Blue) = 92+50+186=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C32BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C32BA is #A3CD45. Grayscale: #4D4D4D. Windows color (decimal): -10734918 or 12202588. OLE color: 12202588.
HSL color Cylindrical-coordinate representation of color #5C32BA: hue angle of 258.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C32BA is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 50 | 186 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.27 |
| HSL | 258.53º | 0.58% | 0.46% | - |
| HSV(B) | 258.53º | 0.73% | 0.73% | - |
| XYZ | 14.42 | 8.1 | 47.26 | - |
| YUV | 78.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 186 | 0.51 | 0.73 | 0 | 0.27 | 258.53 | 0.58 | 0.46 |
| Hex | 5C | 32 | BA | 33 | 49 | 0 | 1B | 103 | 3A | 2E |
| Octal | 134 | 62 | 272 | 63 | 111 | 0 | 33 | 403 | 72 | 56 |
| Binary | 1011100 | 110010 | 10111010 | 110011 | 1001001 | 0 | 11011 | 100000011 | 111010 | 101110 |
Color Harmonies of #5C32BA
Complementary color
Monochromatic Colors of #5C32BA
Black with #5C32BA
Text Example
Text Example
White with #5C32BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C32BA; }
p { color: rgb(92,50,186); }
H1.HeaderClassName
{
color: #5C32BA;
}
.AnyTagClassName
{
color: #5C32BA;
}
</style>
background-color css
<style>
a { background-color: #5C32BA; }
a { background-color: rgb(92,50,186); }
div.DivClassName
{
background-color: #5C32BA;
}
.BgClassName
{
background-color: #5C32BA;
}
</style>
border-color css
<style>
span { border-color: #5C32BA; }
span { border-color: rgb(92,50,186); }
td.TdClassName
{
border-color: #5C32BA;
}
.TagClassName
{
border-color: #5C32BA;
}
</style>