Shades of Purple Heart #5E2BCF
Tints of Purple Heart #5E2BCF
RGB
CMYK
RGB Variations
Color information
#5E2BCF (or 0x5E2BCF) is known color: Purple Heart. HEX triplet: 5E, 2B and CF. RGB value is (94,43,207). Sum of RGB (Red+Green+Blue) = 94+43+207=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E2BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2BCF is #A1D430. Grayscale: #4C4C4C. Windows color (decimal): -10605617 or 13577054. OLE color: 13577054.
HSL color Cylindrical-coordinate representation of color #5E2BCF: hue angle of 258.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E2BCF is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 43 | 207 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.19 |
| HSL | 258.66º | 0.66% | 0.49% | - |
| HSV(B) | 258.66º | 0.79% | 0.81% | - |
| XYZ | 16.74 | 8.61 | 59.81 | - |
| YUV | 76.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 207 | 0.55 | 0.79 | 0 | 0.19 | 258.66 | 0.66 | 0.49 |
| Hex | 5E | 2B | CF | 37 | 4F | 0 | 13 | 103 | 42 | 31 |
| Octal | 136 | 53 | 317 | 67 | 117 | 0 | 23 | 403 | 102 | 61 |
| Binary | 1011110 | 101011 | 11001111 | 110111 | 1001111 | 0 | 10011 | 100000011 | 1000010 | 110001 |
Color Harmonies of #5E2BCF
Complementary color
Monochromatic Colors of #5E2BCF
Black with #5E2BCF
Text Example
Text Example
White with #5E2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BCF; }
p { color: rgb(94,43,207); }
H1.HeaderClassName
{
color: #5E2BCF;
}
.AnyTagClassName
{
color: #5E2BCF;
}
</style>
background-color css
<style>
a { background-color: #5E2BCF; }
a { background-color: rgb(94,43,207); }
div.DivClassName
{
background-color: #5E2BCF;
}
.BgClassName
{
background-color: #5E2BCF;
}
</style>
border-color css
<style>
span { border-color: #5E2BCF; }
span { border-color: rgb(94,43,207); }
td.TdClassName
{
border-color: #5E2BCF;
}
.TagClassName
{
border-color: #5E2BCF;
}
</style>