Shades of Royal Purple #6E3296
Tints of Royal Purple #6E3296
RGB
CMYK
RGB Variations
Color information
#6E3296 (or 0x6E3296) is known color: Royal Purple. HEX triplet: 6E, 32 and 96. RGB value is (110,50,150). Sum of RGB (Red+Green+Blue) = 110+50+150=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E3296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3296 is #91CD69. Grayscale: #4F4F4F. Windows color (decimal): -9555306 or 9843310. OLE color: 9843310.
HSL color Cylindrical-coordinate representation of color #6E3296: hue angle of 276º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3296 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 50 | 150 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.41 |
| HSL | 276º | 0.5% | 0.39% | - |
| HSV(B) | 276º | 0.67% | 0.59% | - |
| XYZ | 13.08 | 7.8 | 29.67 | - |
| YUV | 79.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 150 | 0.27 | 0.67 | 0 | 0.41 | 276 | 0.5 | 0.39 |
| Hex | 6E | 32 | 96 | 1B | 43 | 0 | 29 | 114 | 32 | 27 |
| Octal | 156 | 62 | 226 | 33 | 103 | 0 | 51 | 424 | 62 | 47 |
| Binary | 1101110 | 110010 | 10010110 | 11011 | 1000011 | 0 | 101001 | 100010100 | 110010 | 100111 |
Color Harmonies of #6E3296
Complementary color
Monochromatic Colors of #6E3296
Black with #6E3296
Text Example
Text Example
White with #6E3296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3296; }
p { color: rgb(110,50,150); }
H1.HeaderClassName
{
color: #6E3296;
}
.AnyTagClassName
{
color: #6E3296;
}
</style>
background-color css
<style>
a { background-color: #6E3296; }
a { background-color: rgb(110,50,150); }
div.DivClassName
{
background-color: #6E3296;
}
.BgClassName
{
background-color: #6E3296;
}
</style>
border-color css
<style>
span { border-color: #6E3296; }
span { border-color: rgb(110,50,150); }
td.TdClassName
{
border-color: #6E3296;
}
.TagClassName
{
border-color: #6E3296;
}
</style>