Shades of Purple #6E0F92
Tints of Purple #6E0F92
RGB
CMYK
RGB Variations
Color information
#6E0F92 (or 0x6E0F92) is known color: Purple. HEX triplet: 6E, 0F and 92. RGB value is (110,15,146). Sum of RGB (Red+Green+Blue) = 110+15+146=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E0F92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0F92 is #91F06D. Grayscale: #393939. Windows color (decimal): -9564270 or 9572206. OLE color: 9572206.
HSL color Cylindrical-coordinate representation of color #6E0F92: hue angle of 283.51º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0F92 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 15 | 146 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.43 |
| HSL | 283.51º | 0.81% | 0.32% | - |
| HSV(B) | 283.51º | 0.9% | 0.57% | - |
| XYZ | 11.79 | 5.73 | 27.68 | - |
| YUV | 58.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 146 | 0.25 | 0.90 | 0 | 0.43 | 283.51 | 0.81 | 0.32 |
| Hex | 6E | F | 92 | 19 | 5A | 0 | 2B | 11C | 51 | 20 |
| Octal | 156 | 17 | 222 | 31 | 132 | 0 | 53 | 434 | 121 | 40 |
| Binary | 1101110 | 1111 | 10010010 | 11001 | 1011010 | 0 | 101011 | 100011100 | 1010001 | 100000 |
Color Harmonies of #6E0F92
Complementary color
Monochromatic Colors of #6E0F92
Black with #6E0F92
Text Example
Text Example
White with #6E0F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F92; }
p { color: rgb(110,15,146); }
H1.HeaderClassName
{
color: #6E0F92;
}
.AnyTagClassName
{
color: #6E0F92;
}
</style>
background-color css
<style>
a { background-color: #6E0F92; }
a { background-color: rgb(110,15,146); }
div.DivClassName
{
background-color: #6E0F92;
}
.BgClassName
{
background-color: #6E0F92;
}
</style>
border-color css
<style>
span { border-color: #6E0F92; }
span { border-color: rgb(110,15,146); }
td.TdClassName
{
border-color: #6E0F92;
}
.TagClassName
{
border-color: #6E0F92;
}
</style>