Shades of Purple Heart #5C16CD
Tints of Purple Heart #5C16CD
RGB
CMYK
RGB Variations
Color information
#5C16CD (or 0x5C16CD) is known color: Purple Heart. HEX triplet: 5C, 16 and CD. RGB value is (92,22,205). Sum of RGB (Red+Green+Blue) = 92+22+205=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C16CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C16CD is #A3E932. Grayscale: #3F3F3F. Windows color (decimal): -10742067 or 13440604. OLE color: 13440604.
HSL color Cylindrical-coordinate representation of color #5C16CD: hue angle of 262.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C16CD is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 22 | 205 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.20 |
| HSL | 262.95º | 0.81% | 0.45% | - |
| HSV(B) | 262.95º | 0.89% | 0.8% | - |
| XYZ | 15.72 | 7.26 | 58.33 | - |
| YUV | 63.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 205 | 0.55 | 0.89 | 0 | 0.20 | 262.95 | 0.81 | 0.45 |
| Hex | 5C | 16 | CD | 37 | 59 | 0 | 14 | 107 | 51 | 2D |
| Octal | 134 | 26 | 315 | 67 | 131 | 0 | 24 | 407 | 121 | 55 |
| Binary | 1011100 | 10110 | 11001101 | 110111 | 1011001 | 0 | 10100 | 100000111 | 1010001 | 101101 |
Color Harmonies of #5C16CD
Complementary color
Monochromatic Colors of #5C16CD
Black with #5C16CD
Text Example
Text Example
White with #5C16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C16CD; }
p { color: rgb(92,22,205); }
H1.HeaderClassName
{
color: #5C16CD;
}
.AnyTagClassName
{
color: #5C16CD;
}
</style>
background-color css
<style>
a { background-color: #5C16CD; }
a { background-color: rgb(92,22,205); }
div.DivClassName
{
background-color: #5C16CD;
}
.BgClassName
{
background-color: #5C16CD;
}
</style>
border-color css
<style>
span { border-color: #5C16CD; }
span { border-color: rgb(92,22,205); }
td.TdClassName
{
border-color: #5C16CD;
}
.TagClassName
{
border-color: #5C16CD;
}
</style>