Shades of Royal Purple #6E299B
Tints of Royal Purple #6E299B
RGB
CMYK
RGB Variations
Color information
#6E299B (or 0x6E299B) is known color: Royal Purple. HEX triplet: 6E, 29 and 9B. RGB value is (110,41,155). Sum of RGB (Red+Green+Blue) = 110+41+155=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E299B is #91D664. Grayscale: #4A4A4A. Windows color (decimal): -9557605 or 10168686. OLE color: 10168686.
HSL color Cylindrical-coordinate representation of color #6E299B: hue angle of 276.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E299B is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 41 | 155 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.39 |
| HSL | 276.32º | 0.58% | 0.38% | - |
| HSV(B) | 276.32º | 0.74% | 0.61% | - |
| XYZ | 13.14 | 7.27 | 31.72 | - |
| YUV | 74.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 155 | 0.29 | 0.74 | 0 | 0.39 | 276.32 | 0.58 | 0.38 |
| Hex | 6E | 29 | 9B | 1D | 4A | 0 | 27 | 114 | 3A | 26 |
| Octal | 156 | 51 | 233 | 35 | 112 | 0 | 47 | 424 | 72 | 46 |
| Binary | 1101110 | 101001 | 10011011 | 11101 | 1001010 | 0 | 100111 | 100010100 | 111010 | 100110 |
Color Harmonies of #6E299B
Complementary color
Monochromatic Colors of #6E299B
Black with #6E299B
Text Example
Text Example
White with #6E299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E299B; }
p { color: rgb(110,41,155); }
H1.HeaderClassName
{
color: #6E299B;
}
.AnyTagClassName
{
color: #6E299B;
}
</style>
background-color css
<style>
a { background-color: #6E299B; }
a { background-color: rgb(110,41,155); }
div.DivClassName
{
background-color: #6E299B;
}
.BgClassName
{
background-color: #6E299B;
}
</style>
border-color css
<style>
span { border-color: #6E299B; }
span { border-color: rgb(110,41,155); }
td.TdClassName
{
border-color: #6E299B;
}
.TagClassName
{
border-color: #6E299B;
}
</style>