Shades of Purple Heart #5E27CB
Tints of Purple Heart #5E27CB
RGB
CMYK
RGB Variations
Color information
#5E27CB (or 0x5E27CB) is known color: Purple Heart. HEX triplet: 5E, 27 and CB. RGB value is (94,39,203). Sum of RGB (Red+Green+Blue) = 94+39+203=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E27CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E27CB is #A1D834. Grayscale: #494949. Windows color (decimal): -10606645 or 13313886. OLE color: 13313886.
HSL color Cylindrical-coordinate representation of color #5E27CB: hue angle of 260.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E27CB is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 39 | 203 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.20 |
| HSL | 260.12º | 0.68% | 0.47% | - |
| HSV(B) | 260.12º | 0.81% | 0.8% | - |
| XYZ | 16.12 | 8.14 | 57.22 | - |
| YUV | 74.14 | 200.72 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 39 | 203 | 0.54 | 0.81 | 0 | 0.20 | 260.12 | 0.68 | 0.47 |
| Hex | 5E | 27 | CB | 36 | 51 | 0 | 14 | 104 | 44 | 2F |
| Octal | 136 | 47 | 313 | 66 | 121 | 0 | 24 | 404 | 104 | 57 |
| Binary | 1011110 | 100111 | 11001011 | 110110 | 1010001 | 0 | 10100 | 100000100 | 1000100 | 101111 |
Color Harmonies of #5E27CB
Complementary color
Monochromatic Colors of #5E27CB
Black with #5E27CB
Text Example
Text Example
White with #5E27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E27CB; }
p { color: rgb(94,39,203); }
H1.HeaderClassName
{
color: #5E27CB;
}
.AnyTagClassName
{
color: #5E27CB;
}
</style>
background-color css
<style>
a { background-color: #5E27CB; }
a { background-color: rgb(94,39,203); }
div.DivClassName
{
background-color: #5E27CB;
}
.BgClassName
{
background-color: #5E27CB;
}
</style>
border-color css
<style>
span { border-color: #5E27CB; }
span { border-color: rgb(94,39,203); }
td.TdClassName
{
border-color: #5E27CB;
}
.TagClassName
{
border-color: #5E27CB;
}
</style>