Shades of Purple Heart #5E12CA
Tints of Purple Heart #5E12CA
RGB
CMYK
RGB Variations
Color information
#5E12CA (or 0x5E12CA) is known color: Purple Heart. HEX triplet: 5E, 12 and CA. RGB value is (94,18,202). Sum of RGB (Red+Green+Blue) = 94+18+202=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E12CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E12CA is #A1ED35. Grayscale: #3D3D3D. Windows color (decimal): -10612022 or 13242974. OLE color: 13242974.
HSL color Cylindrical-coordinate representation of color #5E12CA: hue angle of 264.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E12CA is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 18 | 202 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.21 |
| HSL | 264.78º | 0.84% | 0.43% | - |
| HSV(B) | 264.78º | 0.91% | 0.79% | - |
| XYZ | 15.49 | 7.08 | 56.43 | - |
| YUV | 61.7 | 207.18 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 202 | 0.53 | 0.91 | 0 | 0.21 | 264.78 | 0.84 | 0.43 |
| Hex | 5E | 12 | CA | 35 | 5B | 0 | 15 | 109 | 54 | 2B |
| Octal | 136 | 22 | 312 | 65 | 133 | 0 | 25 | 411 | 124 | 53 |
| Binary | 1011110 | 10010 | 11001010 | 110101 | 1011011 | 0 | 10101 | 100001001 | 1010100 | 101011 |
Color Harmonies of #5E12CA
Complementary color
Monochromatic Colors of #5E12CA
Black with #5E12CA
Text Example
Text Example
White with #5E12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E12CA; }
p { color: rgb(94,18,202); }
H1.HeaderClassName
{
color: #5E12CA;
}
.AnyTagClassName
{
color: #5E12CA;
}
</style>
background-color css
<style>
a { background-color: #5E12CA; }
a { background-color: rgb(94,18,202); }
div.DivClassName
{
background-color: #5E12CA;
}
.BgClassName
{
background-color: #5E12CA;
}
</style>
border-color css
<style>
span { border-color: #5E12CA; }
span { border-color: rgb(94,18,202); }
td.TdClassName
{
border-color: #5E12CA;
}
.TagClassName
{
border-color: #5E12CA;
}
</style>