Shades of Purple Heart #5E08C1
Tints of Purple Heart #5E08C1
RGB
CMYK
RGB Variations
Color information
#5E08C1 (or 0x5E08C1) is known color: Purple Heart. HEX triplet: 5E, 08 and C1. RGB value is (94,8,193). Sum of RGB (Red+Green+Blue) = 94+8+193=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #5E08C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E08C1 is #A1F73E. Grayscale: #363636. Windows color (decimal): -10614591 or 12650590. OLE color: 12650590.
HSL color Cylindrical-coordinate representation of color #5E08C1: hue angle of 267.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E08C1 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 8 | 193 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.24 |
| HSL | 267.89º | 0.92% | 0.39% | - |
| HSV(B) | 267.89º | 0.96% | 0.76% | - |
| XYZ | 14.33 | 6.4 | 50.93 | - |
| YUV | 54.8 | 205.99 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 193 | 0.51 | 0.96 | 0 | 0.24 | 267.89 | 0.92 | 0.39 |
| Hex | 5E | 8 | C1 | 33 | 60 | 0 | 18 | 10C | 5C | 27 |
| Octal | 136 | 10 | 301 | 63 | 140 | 0 | 30 | 414 | 134 | 47 |
| Binary | 1011110 | 1000 | 11000001 | 110011 | 1100000 | 0 | 11000 | 100001100 | 1011100 | 100111 |
Color Harmonies of #5E08C1
Complementary color
Monochromatic Colors of #5E08C1
Black with #5E08C1
Text Example
Text Example
White with #5E08C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E08C1; }
p { color: rgb(94,8,193); }
H1.HeaderClassName
{
color: #5E08C1;
}
.AnyTagClassName
{
color: #5E08C1;
}
</style>
background-color css
<style>
a { background-color: #5E08C1; }
a { background-color: rgb(94,8,193); }
div.DivClassName
{
background-color: #5E08C1;
}
.BgClassName
{
background-color: #5E08C1;
}
</style>
border-color css
<style>
span { border-color: #5E08C1; }
span { border-color: rgb(94,8,193); }
td.TdClassName
{
border-color: #5E08C1;
}
.TagClassName
{
border-color: #5E08C1;
}
</style>