Shades of Purple Heart #5E12CE
Tints of Purple Heart #5E12CE
RGB
CMYK
RGB Variations
Color information
#5E12CE (or 0x5E12CE) is known color: Purple Heart. HEX triplet: 5E, 12 and CE. RGB value is (94,18,206). Sum of RGB (Red+Green+Blue) = 94+18+206=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E12CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E12CE is #A1ED31. Grayscale: #3D3D3D. Windows color (decimal): -10612018 or 13505118. OLE color: 13505118.
HSL color Cylindrical-coordinate representation of color #5E12CE: hue angle of 264.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E12CE is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 18 | 206 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.19 |
| HSL | 264.26º | 0.84% | 0.44% | - |
| HSV(B) | 264.26º | 0.91% | 0.81% | - |
| XYZ | 15.97 | 7.27 | 58.95 | - |
| YUV | 62.16 | 209.18 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 206 | 0.54 | 0.91 | 0 | 0.19 | 264.26 | 0.84 | 0.44 |
| Hex | 5E | 12 | CE | 36 | 5B | 0 | 13 | 108 | 54 | 2C |
| Octal | 136 | 22 | 316 | 66 | 133 | 0 | 23 | 410 | 124 | 54 |
| Binary | 1011110 | 10010 | 11001110 | 110110 | 1011011 | 0 | 10011 | 100001000 | 1010100 | 101100 |
Color Harmonies of #5E12CE
Complementary color
Monochromatic Colors of #5E12CE
Black with #5E12CE
Text Example
Text Example
White with #5E12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E12CE; }
p { color: rgb(94,18,206); }
H1.HeaderClassName
{
color: #5E12CE;
}
.AnyTagClassName
{
color: #5E12CE;
}
</style>
background-color css
<style>
a { background-color: #5E12CE; }
a { background-color: rgb(94,18,206); }
div.DivClassName
{
background-color: #5E12CE;
}
.BgClassName
{
background-color: #5E12CE;
}
</style>
border-color css
<style>
span { border-color: #5E12CE; }
span { border-color: rgb(94,18,206); }
td.TdClassName
{
border-color: #5E12CE;
}
.TagClassName
{
border-color: #5E12CE;
}
</style>