Shades of Purple Heart #5E31CB
Tints of Purple Heart #5E31CB
RGB
CMYK
RGB Variations
Color information
#5E31CB (or 0x5E31CB) is known color: Purple Heart. HEX triplet: 5E, 31 and CB. RGB value is (94,49,203). Sum of RGB (Red+Green+Blue) = 94+49+203=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E31CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E31CB is #A1CE34. Grayscale: #4F4F4F. Windows color (decimal): -10604085 or 13316446. OLE color: 13316446.
HSL color Cylindrical-coordinate representation of color #5E31CB: hue angle of 257.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E31CB is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 49 | 203 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.20 |
| HSL | 257.53º | 0.61% | 0.49% | - |
| HSV(B) | 257.53º | 0.76% | 0.8% | - |
| XYZ | 16.49 | 8.89 | 57.35 | - |
| YUV | 80.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 203 | 0.54 | 0.76 | 0 | 0.20 | 257.53 | 0.61 | 0.49 |
| Hex | 5E | 31 | CB | 36 | 4C | 0 | 14 | 102 | 3D | 31 |
| Octal | 136 | 61 | 313 | 66 | 114 | 0 | 24 | 402 | 75 | 61 |
| Binary | 1011110 | 110001 | 11001011 | 110110 | 1001100 | 0 | 10100 | 100000010 | 111101 | 110001 |
Color Harmonies of #5E31CB
Complementary color
Monochromatic Colors of #5E31CB
Black with #5E31CB
Text Example
Text Example
White with #5E31CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E31CB; }
p { color: rgb(94,49,203); }
H1.HeaderClassName
{
color: #5E31CB;
}
.AnyTagClassName
{
color: #5E31CB;
}
</style>
background-color css
<style>
a { background-color: #5E31CB; }
a { background-color: rgb(94,49,203); }
div.DivClassName
{
background-color: #5E31CB;
}
.BgClassName
{
background-color: #5E31CB;
}
</style>
border-color css
<style>
span { border-color: #5E31CB; }
span { border-color: rgb(94,49,203); }
td.TdClassName
{
border-color: #5E31CB;
}
.TagClassName
{
border-color: #5E31CB;
}
</style>