Shades of Purple #6E0098
Tints of Purple #6E0098
RGB
CMYK
RGB Variations
Color information
#6E0098 (or 0x6E0098) is known color: Purple. HEX triplet: 6E, 00 and 98. RGB value is (110,0,152). Sum of RGB (Red+Green+Blue) = 110+0+152=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0098 is #91FF67. Grayscale: #313131. Windows color (decimal): -9568104 or 9961582. OLE color: 9961582.
HSL color Cylindrical-coordinate representation of color #6E0098: hue angle of 283.42º 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 #6E0098 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 0 | 152 | - |
| CMYK | 0.28 | 1 | 0 | 0.40 |
| HSL | 283.42º | 1% | 0.3% | - |
| HSV(B) | 283.42º | 1% | 0.6% | - |
| XYZ | 12.1 | 5.58 | 30.15 | - |
| YUV | 50.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 152 | 0.28 | 1 | 0 | 0.40 | 283.42 | 1 | 0.3 |
| Hex | 6E | 0 | 98 | 1C | 64 | 0 | 28 | 11B | 64 | 1E |
| Octal | 156 | 0 | 230 | 34 | 144 | 0 | 50 | 433 | 144 | 36 |
| Binary | 1101110 | 0 | 10011000 | 11100 | 1100100 | 0 | 101000 | 100011011 | 1100100 | 11110 |
Color Harmonies of #6E0098
Complementary color
Monochromatic Colors of #6E0098
Black with #6E0098
Text Example
Text Example
White with #6E0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0098; }
p { color: rgb(110,0,152); }
H1.HeaderClassName
{
color: #6E0098;
}
.AnyTagClassName
{
color: #6E0098;
}
</style>
background-color css
<style>
a { background-color: #6E0098; }
a { background-color: rgb(110,0,152); }
div.DivClassName
{
background-color: #6E0098;
}
.BgClassName
{
background-color: #6E0098;
}
</style>
border-color css
<style>
span { border-color: #6E0098; }
span { border-color: rgb(110,0,152); }
td.TdClassName
{
border-color: #6E0098;
}
.TagClassName
{
border-color: #6E0098;
}
</style>