Shades of Purple #6E079C
Tints of Purple #6E079C
RGB
CMYK
RGB Variations
Color information
#6E079C (or 0x6E079C) is known color: Purple. HEX triplet: 6E, 07 and 9C. RGB value is (110,7,156). Sum of RGB (Red+Green+Blue) = 110+7+156=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E079C is #91F863. Grayscale: #363636. Windows color (decimal): -9566308 or 10225518. OLE color: 10225518.
HSL color Cylindrical-coordinate representation of color #6E079C: hue angle of 281.48º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E079C is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 7 | 156 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.39 |
| HSL | 281.48º | 0.91% | 0.32% | - |
| HSV(B) | 281.48º | 0.96% | 0.61% | - |
| XYZ | 12.51 | 5.87 | 31.93 | - |
| YUV | 54.78 | 185.12 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 156 | 0.29 | 0.96 | 0 | 0.39 | 281.48 | 0.91 | 0.32 |
| Hex | 6E | 7 | 9C | 1D | 60 | 0 | 27 | 119 | 5B | 20 |
| Octal | 156 | 7 | 234 | 35 | 140 | 0 | 47 | 431 | 133 | 40 |
| Binary | 1101110 | 111 | 10011100 | 11101 | 1100000 | 0 | 100111 | 100011001 | 1011011 | 100000 |
Color Harmonies of #6E079C
Complementary color
Monochromatic Colors of #6E079C
Black with #6E079C
Text Example
Text Example
White with #6E079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E079C; }
p { color: rgb(110,7,156); }
H1.HeaderClassName
{
color: #6E079C;
}
.AnyTagClassName
{
color: #6E079C;
}
</style>
background-color css
<style>
a { background-color: #6E079C; }
a { background-color: rgb(110,7,156); }
div.DivClassName
{
background-color: #6E079C;
}
.BgClassName
{
background-color: #6E079C;
}
</style>
border-color css
<style>
span { border-color: #6E079C; }
span { border-color: rgb(110,7,156); }
td.TdClassName
{
border-color: #6E079C;
}
.TagClassName
{
border-color: #6E079C;
}
</style>