Shades of Purple #6E009B
Tints of Purple #6E009B
RGB
CMYK
RGB Variations
Color information
#6E009B (or 0x6E009B) is known color: Purple. HEX triplet: 6E, 00 and 9B. RGB value is (110,0,155). Sum of RGB (Red+Green+Blue) = 110+0+155=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E009B is #91FF64. Grayscale: #323232. Windows color (decimal): -9568101 or 10158190. OLE color: 10158190.
HSL color Cylindrical-coordinate representation of color #6E009B: hue angle of 282.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E009B is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 0 | 155 | - |
| CMYK | 0.29 | 1 | 0 | 0.39 |
| HSL | 282.58º | 1% | 0.3% | - |
| HSV(B) | 282.58º | 1% | 0.61% | - |
| XYZ | 12.35 | 5.68 | 31.46 | - |
| YUV | 50.56 | 186.94 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 155 | 0.29 | 1 | 0 | 0.39 | 282.58 | 1 | 0.3 |
| Hex | 6E | 0 | 9B | 1D | 64 | 0 | 27 | 11B | 64 | 1E |
| Octal | 156 | 0 | 233 | 35 | 144 | 0 | 47 | 433 | 144 | 36 |
| Binary | 1101110 | 0 | 10011011 | 11101 | 1100100 | 0 | 100111 | 100011011 | 1100100 | 11110 |
Color Harmonies of #6E009B
Complementary color
Monochromatic Colors of #6E009B
Black with #6E009B
Text Example
Text Example
White with #6E009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E009B; }
p { color: rgb(110,0,155); }
H1.HeaderClassName
{
color: #6E009B;
}
.AnyTagClassName
{
color: #6E009B;
}
</style>
background-color css
<style>
a { background-color: #6E009B; }
a { background-color: rgb(110,0,155); }
div.DivClassName
{
background-color: #6E009B;
}
.BgClassName
{
background-color: #6E009B;
}
</style>
border-color css
<style>
span { border-color: #6E009B; }
span { border-color: rgb(110,0,155); }
td.TdClassName
{
border-color: #6E009B;
}
.TagClassName
{
border-color: #6E009B;
}
</style>