Shades of Purple #5E0067
Tints of Purple #5E0067
RGB
CMYK
RGB Variations
Color information
#5E0067 (or 0x5E0067) is known color: Purple. HEX triplet: 5E, 00 and 67. RGB value is (94,0,103). Sum of RGB (Red+Green+Blue) = 94+0+103=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #5E0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0067 is #A1FF98. Grayscale: #272727. Windows color (decimal): -10616729 or 6750302. OLE color: 6750302.
HSL color Cylindrical-coordinate representation of color #5E0067: hue angle of 294.76º 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 #5E0067 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 0 | 103 | - |
| CMYK | 0.09 | 1 | 0 | 0.60 |
| HSL | 294.76º | 1% | 0.2% | - |
| HSV(B) | 294.76º | 1% | 0.4% | - |
| XYZ | 7.06 | 3.36 | 13.11 | - |
| YUV | 39.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 103 | 0.09 | 1 | 0 | 0.60 | 294.76 | 1 | 0.2 |
| Hex | 5E | 0 | 67 | 9 | 64 | 0 | 3C | 127 | 64 | 14 |
| Octal | 136 | 0 | 147 | 11 | 144 | 0 | 74 | 447 | 144 | 24 |
| Binary | 1011110 | 0 | 1100111 | 1001 | 1100100 | 0 | 111100 | 100100111 | 1100100 | 10100 |
Color Harmonies of #5E0067
Complementary color
Monochromatic Colors of #5E0067
Black with #5E0067
Text Example
Text Example
White with #5E0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0067; }
p { color: rgb(94,0,103); }
H1.HeaderClassName
{
color: #5E0067;
}
.AnyTagClassName
{
color: #5E0067;
}
</style>
background-color css
<style>
a { background-color: #5E0067; }
a { background-color: rgb(94,0,103); }
div.DivClassName
{
background-color: #5E0067;
}
.BgClassName
{
background-color: #5E0067;
}
</style>
border-color css
<style>
span { border-color: #5E0067; }
span { border-color: rgb(94,0,103); }
td.TdClassName
{
border-color: #5E0067;
}
.TagClassName
{
border-color: #5E0067;
}
</style>