Shades of Purple #6E006F
Tints of Purple #6E006F
RGB
CMYK
RGB Variations
Color information
#6E006F (or 0x6E006F) is known color: Purple. HEX triplet: 6E, 00 and 6F. RGB value is (110,0,111). Sum of RGB (Red+Green+Blue) = 110+0+111=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E006F is #91FF90. Grayscale: #2D2D2D. Windows color (decimal): -9568145 or 7274606. OLE color: 7274606.
HSL color Cylindrical-coordinate representation of color #6E006F: hue angle of 299.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E006F is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 0 | 111 | - |
| CMYK | 0.01 | 1 | 0 | 0.56 |
| HSL | 299.46º | 1% | 0.22% | - |
| HSV(B) | 299.46º | 1% | 0.44% | - |
| XYZ | 9.3 | 4.46 | 15.41 | - |
| YUV | 45.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 111 | 0.01 | 1 | 0 | 0.56 | 299.46 | 1 | 0.22 |
| Hex | 6E | 0 | 6F | 1 | 64 | 0 | 38 | 12B | 64 | 16 |
| Octal | 156 | 0 | 157 | 1 | 144 | 0 | 70 | 453 | 144 | 26 |
| Binary | 1101110 | 0 | 1101111 | 1 | 1100100 | 0 | 111000 | 100101011 | 1100100 | 10110 |
Color Harmonies of #6E006F
Complementary color
Monochromatic Colors of #6E006F
Black with #6E006F
Text Example
Text Example
White with #6E006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E006F; }
p { color: rgb(110,0,111); }
H1.HeaderClassName
{
color: #6E006F;
}
.AnyTagClassName
{
color: #6E006F;
}
</style>
background-color css
<style>
a { background-color: #6E006F; }
a { background-color: rgb(110,0,111); }
div.DivClassName
{
background-color: #6E006F;
}
.BgClassName
{
background-color: #6E006F;
}
</style>
border-color css
<style>
span { border-color: #6E006F; }
span { border-color: rgb(110,0,111); }
td.TdClassName
{
border-color: #6E006F;
}
.TagClassName
{
border-color: #6E006F;
}
</style>