Shades of Purple Heart #5C31DC
Tints of Purple Heart #5C31DC
RGB
CMYK
RGB Variations
Color information
#5C31DC (or 0x5C31DC) is known color: Purple Heart. HEX triplet: 5C, 31 and DC. RGB value is (92,49,220). Sum of RGB (Red+Green+Blue) = 92+49+220=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C31DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C31DC is #A3CE23. Grayscale: #505050. Windows color (decimal): -10735140 or 14430556. OLE color: 14430556.
HSL color Cylindrical-coordinate representation of color #5C31DC: hue angle of 255.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C31DC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 49 | 220 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.14 |
| HSL | 255.09º | 0.71% | 0.53% | - |
| HSV(B) | 255.09º | 0.78% | 0.86% | - |
| XYZ | 18.43 | 9.64 | 68.6 | - |
| YUV | 81.35 | 206.25 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 220 | 0.58 | 0.78 | 0 | 0.14 | 255.09 | 0.71 | 0.53 |
| Hex | 5C | 31 | DC | 3A | 4E | 0 | E | FF | 47 | 35 |
| Octal | 134 | 61 | 334 | 72 | 116 | 0 | 16 | 377 | 107 | 65 |
| Binary | 1011100 | 110001 | 11011100 | 111010 | 1001110 | 0 | 1110 | 11111111 | 1000111 | 110101 |
Color Harmonies of #5C31DC
Complementary color
Monochromatic Colors of #5C31DC
Black with #5C31DC
Text Example
Text Example
White with #5C31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C31DC; }
p { color: rgb(92,49,220); }
H1.HeaderClassName
{
color: #5C31DC;
}
.AnyTagClassName
{
color: #5C31DC;
}
</style>
background-color css
<style>
a { background-color: #5C31DC; }
a { background-color: rgb(92,49,220); }
div.DivClassName
{
background-color: #5C31DC;
}
.BgClassName
{
background-color: #5C31DC;
}
</style>
border-color css
<style>
span { border-color: #5C31DC; }
span { border-color: rgb(92,49,220); }
td.TdClassName
{
border-color: #5C31DC;
}
.TagClassName
{
border-color: #5C31DC;
}
</style>