Shades of Purple Heart #5E08D4
Tints of Purple Heart #5E08D4
RGB
CMYK
RGB Variations
Color information
#5E08D4 (or 0x5E08D4) is known color: Purple Heart. HEX triplet: 5E, 08 and D4. RGB value is (94,8,212). Sum of RGB (Red+Green+Blue) = 94+8+212=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 212 (83.20% from 255 or 67.52% from 314); Max value from RGB is 212 - color contains mainly: blue. Hex color #5E08D4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08D4 is #A1F72B. Grayscale: #383838. Windows color (decimal): -10614572 or 13895774. OLE color: 13895774.
HSL color Cylindrical-coordinate representation of color #5E08D4: hue angle of 265.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E08D4 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 8 | 212 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.17 |
| HSL | 265.29º | 0.93% | 0.43% | - |
| HSV(B) | 265.29º | 0.96% | 0.83% | - |
| XYZ | 16.59 | 7.31 | 62.82 | - |
| YUV | 56.97 | 215.49 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 212 | 0.56 | 0.96 | 0 | 0.17 | 265.29 | 0.93 | 0.43 |
| Hex | 5E | 8 | D4 | 38 | 60 | 0 | 11 | 109 | 5D | 2B |
| Octal | 136 | 10 | 324 | 70 | 140 | 0 | 21 | 411 | 135 | 53 |
| Binary | 1011110 | 1000 | 11010100 | 111000 | 1100000 | 0 | 10001 | 100001001 | 1011101 | 101011 |
Color Harmonies of #5E08D4
Complementary color
Monochromatic Colors of #5E08D4
Black with #5E08D4
Text Example
Text Example
White with #5E08D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08D4; }
p { color: rgb(94,8,212); }
H1.HeaderClassName
{
color: #5E08D4;
}
.AnyTagClassName
{
color: #5E08D4;
}
</style>
background-color css
<style>
a { background-color: #5E08D4; }
a { background-color: rgb(94,8,212); }
div.DivClassName
{
background-color: #5E08D4;
}
.BgClassName
{
background-color: #5E08D4;
}
</style>
border-color css
<style>
span { border-color: #5E08D4; }
span { border-color: rgb(94,8,212); }
td.TdClassName
{
border-color: #5E08D4;
}
.TagClassName
{
border-color: #5E08D4;
}
</style>