Shades of Purple #5E0066
Tints of Purple #5E0066
RGB
CMYK
RGB Variations
Color information
#5E0066 (or 0x5E0066) is known color: Purple. HEX triplet: 5E, 00 and 66. RGB value is (94,0,102). Sum of RGB (Red+Green+Blue) = 94+0+102=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E0066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0066 is #A1FF99. Grayscale: #272727. Windows color (decimal): -10616730 or 6684766. OLE color: 6684766.
HSL color Cylindrical-coordinate representation of color #5E0066: hue angle of 295.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0066 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 0 | 102 | - |
| CMYK | 0.08 | 1 | 0 | 0.6 |
| HSL | 295.29º | 1% | 0.2% | - |
| HSV(B) | 295.29º | 1% | 0.4% | - |
| XYZ | 7.01 | 3.34 | 12.85 | - |
| YUV | 39.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 102 | 0.08 | 1 | 0 | 0.6 | 295.29 | 1 | 0.2 |
| Hex | 5E | 0 | 66 | 8 | 64 | 0 | 3C | 127 | 64 | 14 |
| Octal | 136 | 0 | 146 | 10 | 144 | 0 | 74 | 447 | 144 | 24 |
| Binary | 1011110 | 0 | 1100110 | 1000 | 1100100 | 0 | 111100 | 100100111 | 1100100 | 10100 |
Color Harmonies of #5E0066
Complementary color
Monochromatic Colors of #5E0066
Black with #5E0066
Text Example
Text Example
White with #5E0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0066; }
p { color: rgb(94,0,102); }
H1.HeaderClassName
{
color: #5E0066;
}
.AnyTagClassName
{
color: #5E0066;
}
</style>
background-color css
<style>
a { background-color: #5E0066; }
a { background-color: rgb(94,0,102); }
div.DivClassName
{
background-color: #5E0066;
}
.BgClassName
{
background-color: #5E0066;
}
</style>
border-color css
<style>
span { border-color: #5E0066; }
span { border-color: rgb(94,0,102); }
td.TdClassName
{
border-color: #5E0066;
}
.TagClassName
{
border-color: #5E0066;
}
</style>