Shades of Royal Purple #6E2998
Tints of Royal Purple #6E2998
RGB
CMYK
RGB Variations
Color information
#6E2998 (or 0x6E2998) is known color: Royal Purple. HEX triplet: 6E, 29 and 98. RGB value is (110,41,152). Sum of RGB (Red+Green+Blue) = 110+41+152=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2998 is #91D667. Grayscale: #494949. Windows color (decimal): -9557608 or 9972078. OLE color: 9972078.
HSL color Cylindrical-coordinate representation of color #6E2998: hue angle of 277.3º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2998 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 41 | 152 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.40 |
| HSL | 277.3º | 0.58% | 0.38% | - |
| HSV(B) | 277.3º | 0.73% | 0.6% | - |
| XYZ | 12.89 | 7.17 | 30.41 | - |
| YUV | 74.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 152 | 0.28 | 0.73 | 0 | 0.40 | 277.3 | 0.58 | 0.38 |
| Hex | 6E | 29 | 98 | 1C | 49 | 0 | 28 | 115 | 3A | 26 |
| Octal | 156 | 51 | 230 | 34 | 111 | 0 | 50 | 425 | 72 | 46 |
| Binary | 1101110 | 101001 | 10011000 | 11100 | 1001001 | 0 | 101000 | 100010101 | 111010 | 100110 |
Color Harmonies of #6E2998
Complementary color
Monochromatic Colors of #6E2998
Black with #6E2998
Text Example
Text Example
White with #6E2998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2998; }
p { color: rgb(110,41,152); }
H1.HeaderClassName
{
color: #6E2998;
}
.AnyTagClassName
{
color: #6E2998;
}
</style>
background-color css
<style>
a { background-color: #6E2998; }
a { background-color: rgb(110,41,152); }
div.DivClassName
{
background-color: #6E2998;
}
.BgClassName
{
background-color: #6E2998;
}
</style>
border-color css
<style>
span { border-color: #6E2998; }
span { border-color: rgb(110,41,152); }
td.TdClassName
{
border-color: #6E2998;
}
.TagClassName
{
border-color: #6E2998;
}
</style>