Shades of Purple #6E059C
Tints of Purple #6E059C
RGB
CMYK
RGB Variations
Color information
#6E059C (or 0x6E059C) is known color: Purple. HEX triplet: 6E, 05 and 9C. RGB value is (110,5,156). Sum of RGB (Red+Green+Blue) = 110+5+156=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E059C is #91FA63. Grayscale: #353535. Windows color (decimal): -9566820 or 10225006. OLE color: 10225006.
HSL color Cylindrical-coordinate representation of color #6E059C: hue angle of 281.72º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E059C is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 5 | 156 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.39 |
| HSL | 281.72º | 0.94% | 0.32% | - |
| HSV(B) | 281.72º | 0.97% | 0.61% | - |
| XYZ | 12.49 | 5.82 | 31.92 | - |
| YUV | 53.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 156 | 0.29 | 0.97 | 0 | 0.39 | 281.72 | 0.94 | 0.32 |
| Hex | 6E | 5 | 9C | 1D | 61 | 0 | 27 | 11A | 5E | 20 |
| Octal | 156 | 5 | 234 | 35 | 141 | 0 | 47 | 432 | 136 | 40 |
| Binary | 1101110 | 101 | 10011100 | 11101 | 1100001 | 0 | 100111 | 100011010 | 1011110 | 100000 |
Color Harmonies of #6E059C
Complementary color
Monochromatic Colors of #6E059C
Black with #6E059C
Text Example
Text Example
White with #6E059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E059C; }
p { color: rgb(110,5,156); }
H1.HeaderClassName
{
color: #6E059C;
}
.AnyTagClassName
{
color: #6E059C;
}
</style>
background-color css
<style>
a { background-color: #6E059C; }
a { background-color: rgb(110,5,156); }
div.DivClassName
{
background-color: #6E059C;
}
.BgClassName
{
background-color: #6E059C;
}
</style>
border-color css
<style>
span { border-color: #6E059C; }
span { border-color: rgb(110,5,156); }
td.TdClassName
{
border-color: #6E059C;
}
.TagClassName
{
border-color: #6E059C;
}
</style>