Shades of Royal Purple #6E2A99
Tints of Royal Purple #6E2A99
RGB
CMYK
RGB Variations
Color information
#6E2A99 (or 0x6E2A99) is known color: Royal Purple. HEX triplet: 6E, 2A and 99. RGB value is (110,42,153). Sum of RGB (Red+Green+Blue) = 110+42+153=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E2A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2A99 is #91D566. Grayscale: #4A4A4A. Windows color (decimal): -9557351 or 10037870. OLE color: 10037870.
HSL color Cylindrical-coordinate representation of color #6E2A99: hue angle of 276.76º degrees, saturation: 0.57, 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 #6E2A99 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 42 | 153 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.4 |
| HSL | 276.76º | 0.57% | 0.38% | - |
| HSV(B) | 276.76º | 0.73% | 0.6% | - |
| XYZ | 13.01 | 7.27 | 30.85 | - |
| YUV | 74.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 153 | 0.28 | 0.73 | 0 | 0.4 | 276.76 | 0.57 | 0.38 |
| Hex | 6E | 2A | 99 | 1C | 49 | 0 | 28 | 115 | 39 | 26 |
| Octal | 156 | 52 | 231 | 34 | 111 | 0 | 50 | 425 | 71 | 46 |
| Binary | 1101110 | 101010 | 10011001 | 11100 | 1001001 | 0 | 101000 | 100010101 | 111001 | 100110 |
Color Harmonies of #6E2A99
Complementary color
Monochromatic Colors of #6E2A99
Black with #6E2A99
Text Example
Text Example
White with #6E2A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2A99; }
p { color: rgb(110,42,153); }
H1.HeaderClassName
{
color: #6E2A99;
}
.AnyTagClassName
{
color: #6E2A99;
}
</style>
background-color css
<style>
a { background-color: #6E2A99; }
a { background-color: rgb(110,42,153); }
div.DivClassName
{
background-color: #6E2A99;
}
.BgClassName
{
background-color: #6E2A99;
}
</style>
border-color css
<style>
span { border-color: #6E2A99; }
span { border-color: rgb(110,42,153); }
td.TdClassName
{
border-color: #6E2A99;
}
.TagClassName
{
border-color: #6E2A99;
}
</style>