Shades of Royal Purple #6E2F99
Tints of Royal Purple #6E2F99
RGB
CMYK
RGB Variations
Color information
#6E2F99 (or 0x6E2F99) is known color: Royal Purple. HEX triplet: 6E, 2F and 99. RGB value is (110,47,153). Sum of RGB (Red+Green+Blue) = 110+47+153=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E2F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2F99 is #91D066. Grayscale: #4D4D4D. Windows color (decimal): -9556071 or 10039150. OLE color: 10039150.
HSL color Cylindrical-coordinate representation of color #6E2F99: hue angle of 275.66º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E2F99 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 47 | 153 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.4 |
| HSL | 275.66º | 0.53% | 0.39% | - |
| HSV(B) | 275.66º | 0.69% | 0.6% | - |
| XYZ | 13.2 | 7.65 | 30.92 | - |
| YUV | 77.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 153 | 0.28 | 0.69 | 0 | 0.4 | 275.66 | 0.53 | 0.39 |
| Hex | 6E | 2F | 99 | 1C | 45 | 0 | 28 | 114 | 35 | 27 |
| Octal | 156 | 57 | 231 | 34 | 105 | 0 | 50 | 424 | 65 | 47 |
| Binary | 1101110 | 101111 | 10011001 | 11100 | 1000101 | 0 | 101000 | 100010100 | 110101 | 100111 |
Color Harmonies of #6E2F99
Complementary color
Monochromatic Colors of #6E2F99
Black with #6E2F99
Text Example
Text Example
White with #6E2F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F99; }
p { color: rgb(110,47,153); }
H1.HeaderClassName
{
color: #6E2F99;
}
.AnyTagClassName
{
color: #6E2F99;
}
</style>
background-color css
<style>
a { background-color: #6E2F99; }
a { background-color: rgb(110,47,153); }
div.DivClassName
{
background-color: #6E2F99;
}
.BgClassName
{
background-color: #6E2F99;
}
</style>
border-color css
<style>
span { border-color: #6E2F99; }
span { border-color: rgb(110,47,153); }
td.TdClassName
{
border-color: #6E2F99;
}
.TagClassName
{
border-color: #6E2F99;
}
</style>