Shades of Purple #6E0798
Tints of Purple #6E0798
RGB
CMYK
RGB Variations
Color information
#6E0798 (or 0x6E0798) is known color: Purple. HEX triplet: 6E, 07 and 98. RGB value is (110,7,152). Sum of RGB (Red+Green+Blue) = 110+7+152=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E0798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0798 is #91F867. Grayscale: #353535. Windows color (decimal): -9566312 or 9963374. OLE color: 9963374.
HSL color Cylindrical-coordinate representation of color #6E0798: hue angle of 282.62º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0798 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 7 | 152 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.40 |
| HSL | 282.62º | 0.91% | 0.31% | - |
| HSV(B) | 282.62º | 0.95% | 0.6% | - |
| XYZ | 12.17 | 5.73 | 30.17 | - |
| YUV | 54.33 | 183.12 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 152 | 0.28 | 0.95 | 0 | 0.40 | 282.62 | 0.91 | 0.31 |
| Hex | 6E | 7 | 98 | 1C | 5F | 0 | 28 | 11B | 5B | 1F |
| Octal | 156 | 7 | 230 | 34 | 137 | 0 | 50 | 433 | 133 | 37 |
| Binary | 1101110 | 111 | 10011000 | 11100 | 1011111 | 0 | 101000 | 100011011 | 1011011 | 11111 |
Color Harmonies of #6E0798
Complementary color
Monochromatic Colors of #6E0798
Black with #6E0798
Text Example
Text Example
White with #6E0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0798; }
p { color: rgb(110,7,152); }
H1.HeaderClassName
{
color: #6E0798;
}
.AnyTagClassName
{
color: #6E0798;
}
</style>
background-color css
<style>
a { background-color: #6E0798; }
a { background-color: rgb(110,7,152); }
div.DivClassName
{
background-color: #6E0798;
}
.BgClassName
{
background-color: #6E0798;
}
</style>
border-color css
<style>
span { border-color: #6E0798; }
span { border-color: rgb(110,7,152); }
td.TdClassName
{
border-color: #6E0798;
}
.TagClassName
{
border-color: #6E0798;
}
</style>