Shades of Royal Purple #6E2A98
Tints of Royal Purple #6E2A98
RGB
CMYK
RGB Variations
Color information
#6E2A98 (or 0x6E2A98) is known color: Royal Purple. HEX triplet: 6E, 2A and 98. RGB value is (110,42,152). Sum of RGB (Red+Green+Blue) = 110+42+152=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2A98 is #91D567. Grayscale: #4A4A4A. Windows color (decimal): -9557352 or 9972334. OLE color: 9972334.
HSL color Cylindrical-coordinate representation of color #6E2A98: hue angle of 277.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E2A98 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 42 | 152 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.40 |
| HSL | 277.09º | 0.57% | 0.38% | - |
| HSV(B) | 277.09º | 0.72% | 0.6% | - |
| XYZ | 12.93 | 7.24 | 30.42 | - |
| YUV | 74.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 152 | 0.28 | 0.72 | 0 | 0.40 | 277.09 | 0.57 | 0.38 |
| Hex | 6E | 2A | 98 | 1C | 48 | 0 | 28 | 115 | 39 | 26 |
| Octal | 156 | 52 | 230 | 34 | 110 | 0 | 50 | 425 | 71 | 46 |
| Binary | 1101110 | 101010 | 10011000 | 11100 | 1001000 | 0 | 101000 | 100010101 | 111001 | 100110 |
Color Harmonies of #6E2A98
Complementary color
Monochromatic Colors of #6E2A98
Black with #6E2A98
Text Example
Text Example
White with #6E2A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2A98; }
p { color: rgb(110,42,152); }
H1.HeaderClassName
{
color: #6E2A98;
}
.AnyTagClassName
{
color: #6E2A98;
}
</style>
background-color css
<style>
a { background-color: #6E2A98; }
a { background-color: rgb(110,42,152); }
div.DivClassName
{
background-color: #6E2A98;
}
.BgClassName
{
background-color: #6E2A98;
}
</style>
border-color css
<style>
span { border-color: #6E2A98; }
span { border-color: rgb(110,42,152); }
td.TdClassName
{
border-color: #6E2A98;
}
.TagClassName
{
border-color: #6E2A98;
}
</style>