Shades of Purple #5E0068
Tints of Purple #5E0068
RGB
CMYK
RGB Variations
Color information
#5E0068 (or 0x5E0068) is known color: Purple. HEX triplet: 5E, 00 and 68. RGB value is (94,0,104). Sum of RGB (Red+Green+Blue) = 94+0+104=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E0068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0068 is #A1FF97. Grayscale: #272727. Windows color (decimal): -10616728 or 6815838. OLE color: 6815838.
HSL color Cylindrical-coordinate representation of color #5E0068: hue angle of 294.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0068 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 0 | 104 | - |
| CMYK | 0.10 | 1 | 0 | 0.59 |
| HSL | 294.23º | 1% | 0.2% | - |
| HSV(B) | 294.23º | 1% | 0.41% | - |
| XYZ | 7.11 | 3.38 | 13.37 | - |
| YUV | 39.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 104 | 0.10 | 1 | 0 | 0.59 | 294.23 | 1 | 0.2 |
| Hex | 5E | 0 | 68 | A | 64 | 0 | 3B | 126 | 64 | 14 |
| Octal | 136 | 0 | 150 | 12 | 144 | 0 | 73 | 446 | 144 | 24 |
| Binary | 1011110 | 0 | 1101000 | 1010 | 1100100 | 0 | 111011 | 100100110 | 1100100 | 10100 |
Color Harmonies of #5E0068
Complementary color
Monochromatic Colors of #5E0068
Black with #5E0068
Text Example
Text Example
White with #5E0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0068; }
p { color: rgb(94,0,104); }
H1.HeaderClassName
{
color: #5E0068;
}
.AnyTagClassName
{
color: #5E0068;
}
</style>
background-color css
<style>
a { background-color: #5E0068; }
a { background-color: rgb(94,0,104); }
div.DivClassName
{
background-color: #5E0068;
}
.BgClassName
{
background-color: #5E0068;
}
</style>
border-color css
<style>
span { border-color: #5E0068; }
span { border-color: rgb(94,0,104); }
td.TdClassName
{
border-color: #5E0068;
}
.TagClassName
{
border-color: #5E0068;
}
</style>