Shades of Purple Heart #5E02BC
Tints of Purple Heart #5E02BC
RGB
CMYK
RGB Variations
Color information
#5E02BC (or 0x5E02BC) is known color: Purple Heart. HEX triplet: 5E, 02 and BC. RGB value is (94,2,188). Sum of RGB (Red+Green+Blue) = 94+2+188=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E02BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02BC is #A1FD43. Grayscale: #323232. Windows color (decimal): -10616132 or 12321374. OLE color: 12321374.
HSL color Cylindrical-coordinate representation of color #5E02BC: hue angle of 269.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02BC is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 2 | 188 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.26 |
| HSL | 269.68º | 0.98% | 0.37% | - |
| HSV(B) | 269.68º | 0.99% | 0.74% | - |
| XYZ | 13.71 | 6.05 | 48.02 | - |
| YUV | 50.71 | 205.48 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 188 | 0.50 | 0.99 | 0 | 0.26 | 269.68 | 0.98 | 0.37 |
| Hex | 5E | 2 | BC | 32 | 63 | 0 | 1A | 10E | 62 | 25 |
| Octal | 136 | 2 | 274 | 62 | 143 | 0 | 32 | 416 | 142 | 45 |
| Binary | 1011110 | 10 | 10111100 | 110010 | 1100011 | 0 | 11010 | 100001110 | 1100010 | 100101 |
Color Harmonies of #5E02BC
Complementary color
Monochromatic Colors of #5E02BC
Black with #5E02BC
Text Example
Text Example
White with #5E02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02BC; }
p { color: rgb(94,2,188); }
H1.HeaderClassName
{
color: #5E02BC;
}
.AnyTagClassName
{
color: #5E02BC;
}
</style>
background-color css
<style>
a { background-color: #5E02BC; }
a { background-color: rgb(94,2,188); }
div.DivClassName
{
background-color: #5E02BC;
}
.BgClassName
{
background-color: #5E02BC;
}
</style>
border-color css
<style>
span { border-color: #5E02BC; }
span { border-color: rgb(94,2,188); }
td.TdClassName
{
border-color: #5E02BC;
}
.TagClassName
{
border-color: #5E02BC;
}
</style>