Shades of Purple Heart #5C32DC
Tints of Purple Heart #5C32DC
RGB
CMYK
RGB Variations
Color information
#5C32DC (or 0x5C32DC) is known color: Purple Heart. HEX triplet: 5C, 32 and DC. RGB value is (92,50,220). Sum of RGB (Red+Green+Blue) = 92+50+220=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C32DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C32DC is #A3CD23. Grayscale: #515151. Windows color (decimal): -10734884 or 14430812. OLE color: 14430812.
HSL color Cylindrical-coordinate representation of color #5C32DC: hue angle of 254.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C32DC is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 50 | 220 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.14 |
| HSL | 254.82º | 0.71% | 0.53% | - |
| HSV(B) | 254.82º | 0.77% | 0.86% | - |
| XYZ | 18.47 | 9.72 | 68.61 | - |
| YUV | 81.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 220 | 0.58 | 0.77 | 0 | 0.14 | 254.82 | 0.71 | 0.53 |
| Hex | 5C | 32 | DC | 3A | 4D | 0 | E | FF | 47 | 35 |
| Octal | 134 | 62 | 334 | 72 | 115 | 0 | 16 | 377 | 107 | 65 |
| Binary | 1011100 | 110010 | 11011100 | 111010 | 1001101 | 0 | 1110 | 11111111 | 1000111 | 110101 |
Color Harmonies of #5C32DC
Complementary color
Monochromatic Colors of #5C32DC
Black with #5C32DC
Text Example
Text Example
White with #5C32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C32DC; }
p { color: rgb(92,50,220); }
H1.HeaderClassName
{
color: #5C32DC;
}
.AnyTagClassName
{
color: #5C32DC;
}
</style>
background-color css
<style>
a { background-color: #5C32DC; }
a { background-color: rgb(92,50,220); }
div.DivClassName
{
background-color: #5C32DC;
}
.BgClassName
{
background-color: #5C32DC;
}
</style>
border-color css
<style>
span { border-color: #5C32DC; }
span { border-color: rgb(92,50,220); }
td.TdClassName
{
border-color: #5C32DC;
}
.TagClassName
{
border-color: #5C32DC;
}
</style>