Shades of Purple #6E008B
Tints of Purple #6E008B
RGB
CMYK
RGB Variations
Color information
#6E008B (or 0x6E008B) is known color: Purple. HEX triplet: 6E, 00 and 8B. RGB value is (110,0,139). Sum of RGB (Red+Green+Blue) = 110+0+139=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E008B is #91FF74. Grayscale: #303030. Windows color (decimal): -9568117 or 9109614. OLE color: 9109614.
HSL color Cylindrical-coordinate representation of color #6E008B: hue angle of 287.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E008B is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 0 | 139 | - |
| CMYK | 0.21 | 1 | 0 | 0.45 |
| HSL | 287.48º | 1% | 0.27% | - |
| HSV(B) | 287.48º | 1% | 0.55% | - |
| XYZ | 11.09 | 5.18 | 24.84 | - |
| YUV | 48.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 139 | 0.21 | 1 | 0 | 0.45 | 287.48 | 1 | 0.27 |
| Hex | 6E | 0 | 8B | 15 | 64 | 0 | 2D | 11F | 64 | 1B |
| Octal | 156 | 0 | 213 | 25 | 144 | 0 | 55 | 437 | 144 | 33 |
| Binary | 1101110 | 0 | 10001011 | 10101 | 1100100 | 0 | 101101 | 100011111 | 1100100 | 11011 |
Color Harmonies of #6E008B
Complementary color
Monochromatic Colors of #6E008B
Black with #6E008B
Text Example
Text Example
White with #6E008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E008B; }
p { color: rgb(110,0,139); }
H1.HeaderClassName
{
color: #6E008B;
}
.AnyTagClassName
{
color: #6E008B;
}
</style>
background-color css
<style>
a { background-color: #6E008B; }
a { background-color: rgb(110,0,139); }
div.DivClassName
{
background-color: #6E008B;
}
.BgClassName
{
background-color: #6E008B;
}
</style>
border-color css
<style>
span { border-color: #6E008B; }
span { border-color: rgb(110,0,139); }
td.TdClassName
{
border-color: #6E008B;
}
.TagClassName
{
border-color: #6E008B;
}
</style>