Shades of Purple Heart #5E1CCC
Tints of Purple Heart #5E1CCC
RGB
CMYK
RGB Variations
Color information
#5E1CCC (or 0x5E1CCC) is known color: Purple Heart. HEX triplet: 5E, 1C and CC. RGB value is (94,28,204). Sum of RGB (Red+Green+Blue) = 94+28+204=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1CCC is #A1E333. Grayscale: #434343. Windows color (decimal): -10609460 or 13376606. OLE color: 13376606.
HSL color Cylindrical-coordinate representation of color #5E1CCC: hue angle of 262.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1CCC is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 28 | 204 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.2 |
| HSL | 262.5º | 0.76% | 0.45% | - |
| HSV(B) | 262.5º | 0.86% | 0.8% | - |
| XYZ | 15.93 | 7.57 | 57.75 | - |
| YUV | 67.8 | 204.87 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 28 | 204 | 0.54 | 0.86 | 0 | 0.2 | 262.5 | 0.76 | 0.45 |
| Hex | 5E | 1C | CC | 36 | 56 | 0 | 14 | 106 | 4C | 2D |
| Octal | 136 | 34 | 314 | 66 | 126 | 0 | 24 | 406 | 114 | 55 |
| Binary | 1011110 | 11100 | 11001100 | 110110 | 1010110 | 0 | 10100 | 100000110 | 1001100 | 101101 |
Color Harmonies of #5E1CCC
Complementary color
Monochromatic Colors of #5E1CCC
Black with #5E1CCC
Text Example
Text Example
White with #5E1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1CCC; }
p { color: rgb(94,28,204); }
H1.HeaderClassName
{
color: #5E1CCC;
}
.AnyTagClassName
{
color: #5E1CCC;
}
</style>
background-color css
<style>
a { background-color: #5E1CCC; }
a { background-color: rgb(94,28,204); }
div.DivClassName
{
background-color: #5E1CCC;
}
.BgClassName
{
background-color: #5E1CCC;
}
</style>
border-color css
<style>
span { border-color: #5E1CCC; }
span { border-color: rgb(94,28,204); }
td.TdClassName
{
border-color: #5E1CCC;
}
.TagClassName
{
border-color: #5E1CCC;
}
</style>