Shades of Purple #6E0B7F
Tints of Purple #6E0B7F
RGB
CMYK
RGB Variations
Color information
#6E0B7F (or 0x6E0B7F) is known color: Purple. HEX triplet: 6E, 0B and 7F. RGB value is (110,11,127). Sum of RGB (Red+Green+Blue) = 110+11+127=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E0B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B7F is #91F480. Grayscale: #353535. Windows color (decimal): -9565313 or 8325998. OLE color: 8325998.
HSL color Cylindrical-coordinate representation of color #6E0B7F: hue angle of 291.21º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E0B7F is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 11 | 127 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.50 |
| HSL | 291.21º | 0.84% | 0.27% | - |
| HSV(B) | 291.21º | 0.91% | 0.5% | - |
| XYZ | 10.38 | 5.09 | 20.51 | - |
| YUV | 53.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 127 | 0.13 | 0.91 | 0 | 0.50 | 291.21 | 0.84 | 0.27 |
| Hex | 6E | B | 7F | D | 5B | 0 | 32 | 123 | 54 | 1B |
| Octal | 156 | 13 | 177 | 15 | 133 | 0 | 62 | 443 | 124 | 33 |
| Binary | 1101110 | 1011 | 1111111 | 1101 | 1011011 | 0 | 110010 | 100100011 | 1010100 | 11011 |
Color Harmonies of #6E0B7F
Complementary color
Monochromatic Colors of #6E0B7F
Black with #6E0B7F
Text Example
Text Example
White with #6E0B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0B7F; }
p { color: rgb(110,11,127); }
H1.HeaderClassName
{
color: #6E0B7F;
}
.AnyTagClassName
{
color: #6E0B7F;
}
</style>
background-color css
<style>
a { background-color: #6E0B7F; }
a { background-color: rgb(110,11,127); }
div.DivClassName
{
background-color: #6E0B7F;
}
.BgClassName
{
background-color: #6E0B7F;
}
</style>
border-color css
<style>
span { border-color: #6E0B7F; }
span { border-color: rgb(110,11,127); }
td.TdClassName
{
border-color: #6E0B7F;
}
.TagClassName
{
border-color: #6E0B7F;
}
</style>