Shades of Purple Heart #5E02CC
Tints of Purple Heart #5E02CC
RGB
CMYK
RGB Variations
Color information
#5E02CC (or 0x5E02CC) is known color: Purple Heart. HEX triplet: 5E, 02 and CC. RGB value is (94,2,204). Sum of RGB (Red+Green+Blue) = 94+2+204=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E02CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02CC is #A1FD33. Grayscale: #333333. Windows color (decimal): -10616116 or 13369950. OLE color: 13369950.
HSL color Cylindrical-coordinate representation of color #5E02CC: hue angle of 267.33º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02CC is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 2 | 204 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.2 |
| HSL | 267.33º | 0.98% | 0.4% | - |
| HSV(B) | 267.33º | 0.99% | 0.8% | - |
| XYZ | 15.54 | 6.78 | 57.62 | - |
| YUV | 52.54 | 213.48 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 204 | 0.54 | 0.99 | 0 | 0.2 | 267.33 | 0.98 | 0.4 |
| Hex | 5E | 2 | CC | 36 | 63 | 0 | 14 | 10B | 62 | 28 |
| Octal | 136 | 2 | 314 | 66 | 143 | 0 | 24 | 413 | 142 | 50 |
| Binary | 1011110 | 10 | 11001100 | 110110 | 1100011 | 0 | 10100 | 100001011 | 1100010 | 101000 |
Color Harmonies of #5E02CC
Complementary color
Monochromatic Colors of #5E02CC
Black with #5E02CC
Text Example
Text Example
White with #5E02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02CC; }
p { color: rgb(94,2,204); }
H1.HeaderClassName
{
color: #5E02CC;
}
.AnyTagClassName
{
color: #5E02CC;
}
</style>
background-color css
<style>
a { background-color: #5E02CC; }
a { background-color: rgb(94,2,204); }
div.DivClassName
{
background-color: #5E02CC;
}
.BgClassName
{
background-color: #5E02CC;
}
</style>
border-color css
<style>
span { border-color: #5E02CC; }
span { border-color: rgb(94,2,204); }
td.TdClassName
{
border-color: #5E02CC;
}
.TagClassName
{
border-color: #5E02CC;
}
</style>