Shades of Purple Heart #5E07CC
Tints of Purple Heart #5E07CC
RGB
CMYK
RGB Variations
Color information
#5E07CC (or 0x5E07CC) is known color: Purple Heart. HEX triplet: 5E, 07 and CC. RGB value is (94,7,204). Sum of RGB (Red+Green+Blue) = 94+7+204=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E07CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07CC is #A1F833. Grayscale: #363636. Windows color (decimal): -10614836 or 13371230. OLE color: 13371230.
HSL color Cylindrical-coordinate representation of color #5E07CC: hue angle of 266.5º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E07CC is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 7 | 204 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.2 |
| HSL | 266.5º | 0.93% | 0.41% | - |
| HSV(B) | 266.5º | 0.97% | 0.8% | - |
| XYZ | 15.59 | 6.89 | 57.64 | - |
| YUV | 55.47 | 211.82 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 7 | 204 | 0.54 | 0.97 | 0 | 0.2 | 266.5 | 0.93 | 0.41 |
| Hex | 5E | 7 | CC | 36 | 61 | 0 | 14 | 10A | 5D | 29 |
| Octal | 136 | 7 | 314 | 66 | 141 | 0 | 24 | 412 | 135 | 51 |
| Binary | 1011110 | 111 | 11001100 | 110110 | 1100001 | 0 | 10100 | 100001010 | 1011101 | 101001 |
Color Harmonies of #5E07CC
Complementary color
Monochromatic Colors of #5E07CC
Black with #5E07CC
Text Example
Text Example
White with #5E07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E07CC; }
p { color: rgb(94,7,204); }
H1.HeaderClassName
{
color: #5E07CC;
}
.AnyTagClassName
{
color: #5E07CC;
}
</style>
background-color css
<style>
a { background-color: #5E07CC; }
a { background-color: rgb(94,7,204); }
div.DivClassName
{
background-color: #5E07CC;
}
.BgClassName
{
background-color: #5E07CC;
}
</style>
border-color css
<style>
span { border-color: #5E07CC; }
span { border-color: rgb(94,7,204); }
td.TdClassName
{
border-color: #5E07CC;
}
.TagClassName
{
border-color: #5E07CC;
}
</style>