Shades of Royal Purple #6E229E
Tints of Royal Purple #6E229E
RGB
CMYK
RGB Variations
Color information
#6E229E (or 0x6E229E) is known color: Royal Purple. HEX triplet: 6E, 22 and 9E. RGB value is (110,34,158). Sum of RGB (Red+Green+Blue) = 110+34+158=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E229E is #91DD61. Grayscale: #464646. Windows color (decimal): -9559394 or 10363502. OLE color: 10363502.
HSL color Cylindrical-coordinate representation of color #6E229E: hue angle of 276.77º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E229E is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 34 | 158 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.38 |
| HSL | 276.77º | 0.65% | 0.38% | - |
| HSV(B) | 276.77º | 0.78% | 0.62% | - |
| XYZ | 13.17 | 6.93 | 32.99 | - |
| YUV | 70.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 34 | 158 | 0.30 | 0.78 | 0 | 0.38 | 276.77 | 0.65 | 0.38 |
| Hex | 6E | 22 | 9E | 1E | 4E | 0 | 26 | 115 | 41 | 26 |
| Octal | 156 | 42 | 236 | 36 | 116 | 0 | 46 | 425 | 101 | 46 |
| Binary | 1101110 | 100010 | 10011110 | 11110 | 1001110 | 0 | 100110 | 100010101 | 1000001 | 100110 |
Color Harmonies of #6E229E
Complementary color
Monochromatic Colors of #6E229E
Black with #6E229E
Text Example
Text Example
White with #6E229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E229E; }
p { color: rgb(110,34,158); }
H1.HeaderClassName
{
color: #6E229E;
}
.AnyTagClassName
{
color: #6E229E;
}
</style>
background-color css
<style>
a { background-color: #6E229E; }
a { background-color: rgb(110,34,158); }
div.DivClassName
{
background-color: #6E229E;
}
.BgClassName
{
background-color: #6E229E;
}
</style>
border-color css
<style>
span { border-color: #6E229E; }
span { border-color: rgb(110,34,158); }
td.TdClassName
{
border-color: #6E229E;
}
.TagClassName
{
border-color: #6E229E;
}
</style>