Shades of Purple #6E009A
Tints of Purple #6E009A
RGB
CMYK
RGB Variations
Color information
#6E009A (or 0x6E009A) is known color: Purple. HEX triplet: 6E, 00 and 9A. RGB value is (110,0,154). Sum of RGB (Red+Green+Blue) = 110+0+154=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E009A is #91FF65. Grayscale: #313131. Windows color (decimal): -9568102 or 10092654. OLE color: 10092654.
HSL color Cylindrical-coordinate representation of color #6E009A: hue angle of 282.86º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E009A is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 0 | 154 | - |
| CMYK | 0.29 | 1 | 0 | 0.40 |
| HSL | 282.86º | 1% | 0.3% | - |
| HSV(B) | 282.86º | 1% | 0.6% | - |
| XYZ | 12.26 | 5.65 | 31.02 | - |
| YUV | 50.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 154 | 0.29 | 1 | 0 | 0.40 | 282.86 | 1 | 0.3 |
| Hex | 6E | 0 | 9A | 1D | 64 | 0 | 28 | 11B | 64 | 1E |
| Octal | 156 | 0 | 232 | 35 | 144 | 0 | 50 | 433 | 144 | 36 |
| Binary | 1101110 | 0 | 10011010 | 11101 | 1100100 | 0 | 101000 | 100011011 | 1100100 | 11110 |
Color Harmonies of #6E009A
Complementary color
Monochromatic Colors of #6E009A
Black with #6E009A
Text Example
Text Example
White with #6E009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E009A; }
p { color: rgb(110,0,154); }
H1.HeaderClassName
{
color: #6E009A;
}
.AnyTagClassName
{
color: #6E009A;
}
</style>
background-color css
<style>
a { background-color: #6E009A; }
a { background-color: rgb(110,0,154); }
div.DivClassName
{
background-color: #6E009A;
}
.BgClassName
{
background-color: #6E009A;
}
</style>
border-color css
<style>
span { border-color: #6E009A; }
span { border-color: rgb(110,0,154); }
td.TdClassName
{
border-color: #6E009A;
}
.TagClassName
{
border-color: #6E009A;
}
</style>