Shades of Purple Heart #5C32D9
Tints of Purple Heart #5C32D9
RGB
CMYK
RGB Variations
Color information
#5C32D9 (or 0x5C32D9) is known color: Purple Heart. HEX triplet: 5C, 32 and D9. RGB value is (92,50,217). Sum of RGB (Red+Green+Blue) = 92+50+217=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 217 (85.16% from 255 or 60.45% from 359); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C32D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C32D9 is #A3CD26. Grayscale: #505050. Windows color (decimal): -10734887 or 14234204. OLE color: 14234204.
HSL color Cylindrical-coordinate representation of color #5C32D9: hue angle of 255.09º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C32D9 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 50 | 217 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.15 |
| HSL | 255.09º | 0.69% | 0.52% | - |
| HSV(B) | 255.09º | 0.77% | 0.85% | - |
| XYZ | 18.08 | 9.57 | 66.54 | - |
| YUV | 81.6 | 204.41 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 217 | 0.58 | 0.77 | 0 | 0.15 | 255.09 | 0.69 | 0.52 |
| Hex | 5C | 32 | D9 | 3A | 4D | 0 | F | FF | 45 | 34 |
| Octal | 134 | 62 | 331 | 72 | 115 | 0 | 17 | 377 | 105 | 64 |
| Binary | 1011100 | 110010 | 11011001 | 111010 | 1001101 | 0 | 1111 | 11111111 | 1000101 | 110100 |
Color Harmonies of #5C32D9
Complementary color
Monochromatic Colors of #5C32D9
Black with #5C32D9
Text Example
Text Example
White with #5C32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C32D9; }
p { color: rgb(92,50,217); }
H1.HeaderClassName
{
color: #5C32D9;
}
.AnyTagClassName
{
color: #5C32D9;
}
</style>
background-color css
<style>
a { background-color: #5C32D9; }
a { background-color: rgb(92,50,217); }
div.DivClassName
{
background-color: #5C32D9;
}
.BgClassName
{
background-color: #5C32D9;
}
</style>
border-color css
<style>
span { border-color: #5C32D9; }
span { border-color: rgb(92,50,217); }
td.TdClassName
{
border-color: #5C32D9;
}
.TagClassName
{
border-color: #5C32D9;
}
</style>