Shades of Purple Heart #5C31CC
Tints of Purple Heart #5C31CC
RGB
CMYK
RGB Variations
Color information
#5C31CC (or 0x5C31CC) is known color: Purple Heart. HEX triplet: 5C, 31 and CC. RGB value is (92,49,204). Sum of RGB (Red+Green+Blue) = 92+49+204=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C31CC is #A3CE33. Grayscale: #4E4E4E. Windows color (decimal): -10735156 or 13381980. OLE color: 13381980.
HSL color Cylindrical-coordinate representation of color #5C31CC: hue angle of 256.65º 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 #5C31CC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 49 | 204 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.2 |
| HSL | 256.65º | 0.61% | 0.5% | - |
| HSV(B) | 256.65º | 0.76% | 0.8% | - |
| XYZ | 16.41 | 8.83 | 57.97 | - |
| YUV | 79.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 204 | 0.55 | 0.76 | 0 | 0.2 | 256.65 | 0.61 | 0.5 |
| Hex | 5C | 31 | CC | 37 | 4C | 0 | 14 | 101 | 3D | 32 |
| Octal | 134 | 61 | 314 | 67 | 114 | 0 | 24 | 401 | 75 | 62 |
| Binary | 1011100 | 110001 | 11001100 | 110111 | 1001100 | 0 | 10100 | 100000001 | 111101 | 110010 |
Color Harmonies of #5C31CC
Complementary color
Monochromatic Colors of #5C31CC
Black with #5C31CC
Text Example
Text Example
White with #5C31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C31CC; }
p { color: rgb(92,49,204); }
H1.HeaderClassName
{
color: #5C31CC;
}
.AnyTagClassName
{
color: #5C31CC;
}
</style>
background-color css
<style>
a { background-color: #5C31CC; }
a { background-color: rgb(92,49,204); }
div.DivClassName
{
background-color: #5C31CC;
}
.BgClassName
{
background-color: #5C31CC;
}
</style>
border-color css
<style>
span { border-color: #5C31CC; }
span { border-color: rgb(92,49,204); }
td.TdClassName
{
border-color: #5C31CC;
}
.TagClassName
{
border-color: #5C31CC;
}
</style>