Shades of Purple #6E0788
Tints of Purple #6E0788
RGB
CMYK
RGB Variations
Color information
#6E0788 (or 0x6E0788) is known color: Purple. HEX triplet: 6E, 07 and 88. RGB value is (110,7,136). Sum of RGB (Red+Green+Blue) = 110+7+136=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E0788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0788 is #91F877. Grayscale: #343434. Windows color (decimal): -9566328 or 8914798. OLE color: 8914798.
HSL color Cylindrical-coordinate representation of color #6E0788: hue angle of 287.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0788 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 7 | 136 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.47 |
| HSL | 287.91º | 0.9% | 0.28% | - |
| HSV(B) | 287.91º | 0.95% | 0.53% | - |
| XYZ | 10.95 | 5.24 | 23.73 | - |
| YUV | 52.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 136 | 0.19 | 0.95 | 0 | 0.47 | 287.91 | 0.9 | 0.28 |
| Hex | 6E | 7 | 88 | 13 | 5F | 0 | 2F | 120 | 5A | 1C |
| Octal | 156 | 7 | 210 | 23 | 137 | 0 | 57 | 440 | 132 | 34 |
| Binary | 1101110 | 111 | 10001000 | 10011 | 1011111 | 0 | 101111 | 100100000 | 1011010 | 11100 |
Color Harmonies of #6E0788
Complementary color
Monochromatic Colors of #6E0788
Black with #6E0788
Text Example
Text Example
White with #6E0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0788; }
p { color: rgb(110,7,136); }
H1.HeaderClassName
{
color: #6E0788;
}
.AnyTagClassName
{
color: #6E0788;
}
</style>
background-color css
<style>
a { background-color: #6E0788; }
a { background-color: rgb(110,7,136); }
div.DivClassName
{
background-color: #6E0788;
}
.BgClassName
{
background-color: #6E0788;
}
</style>
border-color css
<style>
span { border-color: #6E0788; }
span { border-color: rgb(110,7,136); }
td.TdClassName
{
border-color: #6E0788;
}
.TagClassName
{
border-color: #6E0788;
}
</style>