Shades of Purple #6E089B
Tints of Purple #6E089B
RGB
CMYK
RGB Variations
Color information
#6E089B (or 0x6E089B) is known color: Purple. HEX triplet: 6E, 08 and 9B. RGB value is (110,8,155). Sum of RGB (Red+Green+Blue) = 110+8+155=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E089B is #91F764. Grayscale: #363636. Windows color (decimal): -9566053 or 10160238. OLE color: 10160238.
HSL color Cylindrical-coordinate representation of color #6E089B: hue angle of 281.63º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E089B is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 8 | 155 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.39 |
| HSL | 281.63º | 0.9% | 0.32% | - |
| HSV(B) | 281.63º | 0.95% | 0.61% | - |
| XYZ | 12.43 | 5.86 | 31.49 | - |
| YUV | 55.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 155 | 0.29 | 0.95 | 0 | 0.39 | 281.63 | 0.9 | 0.32 |
| Hex | 6E | 8 | 9B | 1D | 5F | 0 | 27 | 11A | 5A | 20 |
| Octal | 156 | 10 | 233 | 35 | 137 | 0 | 47 | 432 | 132 | 40 |
| Binary | 1101110 | 1000 | 10011011 | 11101 | 1011111 | 0 | 100111 | 100011010 | 1011010 | 100000 |
Color Harmonies of #6E089B
Complementary color
Monochromatic Colors of #6E089B
Black with #6E089B
Text Example
Text Example
White with #6E089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E089B; }
p { color: rgb(110,8,155); }
H1.HeaderClassName
{
color: #6E089B;
}
.AnyTagClassName
{
color: #6E089B;
}
</style>
background-color css
<style>
a { background-color: #6E089B; }
a { background-color: rgb(110,8,155); }
div.DivClassName
{
background-color: #6E089B;
}
.BgClassName
{
background-color: #6E089B;
}
</style>
border-color css
<style>
span { border-color: #6E089B; }
span { border-color: rgb(110,8,155); }
td.TdClassName
{
border-color: #6E089B;
}
.TagClassName
{
border-color: #6E089B;
}
</style>