Shades of Purple Heart #5C32CD
Tints of Purple Heart #5C32CD
RGB
CMYK
RGB Variations
Color information
#5C32CD (or 0x5C32CD) is known color: Purple Heart. HEX triplet: 5C, 32 and CD. RGB value is (92,50,205). Sum of RGB (Red+Green+Blue) = 92+50+205=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C32CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C32CD is #A3CD32. Grayscale: #4F4F4F. Windows color (decimal): -10734899 or 13447772. OLE color: 13447772.
HSL color Cylindrical-coordinate representation of color #5C32CD: hue angle of 256.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C32CD is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 50 | 205 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.20 |
| HSL | 256.26º | 0.61% | 0.5% | - |
| HSV(B) | 256.26º | 0.76% | 0.8% | - |
| XYZ | 16.57 | 8.96 | 58.61 | - |
| YUV | 80.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 205 | 0.55 | 0.76 | 0 | 0.20 | 256.26 | 0.61 | 0.5 |
| Hex | 5C | 32 | CD | 37 | 4C | 0 | 14 | 100 | 3D | 32 |
| Octal | 134 | 62 | 315 | 67 | 114 | 0 | 24 | 400 | 75 | 62 |
| Binary | 1011100 | 110010 | 11001101 | 110111 | 1001100 | 0 | 10100 | 100000000 | 111101 | 110010 |
Color Harmonies of #5C32CD
Complementary color
Monochromatic Colors of #5C32CD
Black with #5C32CD
Text Example
Text Example
White with #5C32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C32CD; }
p { color: rgb(92,50,205); }
H1.HeaderClassName
{
color: #5C32CD;
}
.AnyTagClassName
{
color: #5C32CD;
}
</style>
background-color css
<style>
a { background-color: #5C32CD; }
a { background-color: rgb(92,50,205); }
div.DivClassName
{
background-color: #5C32CD;
}
.BgClassName
{
background-color: #5C32CD;
}
</style>
border-color css
<style>
span { border-color: #5C32CD; }
span { border-color: rgb(92,50,205); }
td.TdClassName
{
border-color: #5C32CD;
}
.TagClassName
{
border-color: #5C32CD;
}
</style>