Shades of Royal Purple #6E2F9E
Tints of Royal Purple #6E2F9E
RGB
CMYK
RGB Variations
Color information
#6E2F9E (or 0x6E2F9E) is known color: Royal Purple. HEX triplet: 6E, 2F and 9E. RGB value is (110,47,158). Sum of RGB (Red+Green+Blue) = 110+47+158=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E2F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2F9E is #91D061. Grayscale: #4E4E4E. Windows color (decimal): -9556066 or 10366830. OLE color: 10366830.
HSL color Cylindrical-coordinate representation of color #6E2F9E: hue angle of 274.05º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2F9E is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 47 | 158 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.38 |
| HSL | 274.05º | 0.54% | 0.4% | - |
| HSV(B) | 274.05º | 0.7% | 0.62% | - |
| XYZ | 13.62 | 7.82 | 33.14 | - |
| YUV | 78.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 158 | 0.30 | 0.70 | 0 | 0.38 | 274.05 | 0.54 | 0.4 |
| Hex | 6E | 2F | 9E | 1E | 46 | 0 | 26 | 112 | 36 | 28 |
| Octal | 156 | 57 | 236 | 36 | 106 | 0 | 46 | 422 | 66 | 50 |
| Binary | 1101110 | 101111 | 10011110 | 11110 | 1000110 | 0 | 100110 | 100010010 | 110110 | 101000 |
Color Harmonies of #6E2F9E
Complementary color
Monochromatic Colors of #6E2F9E
Black with #6E2F9E
Text Example
Text Example
White with #6E2F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F9E; }
p { color: rgb(110,47,158); }
H1.HeaderClassName
{
color: #6E2F9E;
}
.AnyTagClassName
{
color: #6E2F9E;
}
</style>
background-color css
<style>
a { background-color: #6E2F9E; }
a { background-color: rgb(110,47,158); }
div.DivClassName
{
background-color: #6E2F9E;
}
.BgClassName
{
background-color: #6E2F9E;
}
</style>
border-color css
<style>
span { border-color: #6E2F9E; }
span { border-color: rgb(110,47,158); }
td.TdClassName
{
border-color: #6E2F9E;
}
.TagClassName
{
border-color: #6E2F9E;
}
</style>