Shades of Royal Purple #6E1A9F
Tints of Royal Purple #6E1A9F
RGB
CMYK
RGB Variations
Color information
#6E1A9F (or 0x6E1A9F) is known color: Royal Purple. HEX triplet: 6E, 1A and 9F. RGB value is (110,26,159). Sum of RGB (Red+Green+Blue) = 110+26+159=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E1A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1A9F is #91E560. Grayscale: #414141. Windows color (decimal): -9561441 or 10426990. OLE color: 10426990.
HSL color Cylindrical-coordinate representation of color #6E1A9F: hue angle of 277.89º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1A9F is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 26 | 159 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.38 |
| HSL | 277.89º | 0.72% | 0.36% | - |
| HSV(B) | 277.89º | 0.84% | 0.62% | - |
| XYZ | 13.06 | 6.56 | 33.38 | - |
| YUV | 66.28 | 180.33 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 159 | 0.31 | 0.84 | 0 | 0.38 | 277.89 | 0.72 | 0.36 |
| Hex | 6E | 1A | 9F | 1F | 54 | 0 | 26 | 116 | 48 | 24 |
| Octal | 156 | 32 | 237 | 37 | 124 | 0 | 46 | 426 | 110 | 44 |
| Binary | 1101110 | 11010 | 10011111 | 11111 | 1010100 | 0 | 100110 | 100010110 | 1001000 | 100100 |
Color Harmonies of #6E1A9F
Complementary color
Monochromatic Colors of #6E1A9F
Black with #6E1A9F
Text Example
Text Example
White with #6E1A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A9F; }
p { color: rgb(110,26,159); }
H1.HeaderClassName
{
color: #6E1A9F;
}
.AnyTagClassName
{
color: #6E1A9F;
}
</style>
background-color css
<style>
a { background-color: #6E1A9F; }
a { background-color: rgb(110,26,159); }
div.DivClassName
{
background-color: #6E1A9F;
}
.BgClassName
{
background-color: #6E1A9F;
}
</style>
border-color css
<style>
span { border-color: #6E1A9F; }
span { border-color: rgb(110,26,159); }
td.TdClassName
{
border-color: #6E1A9F;
}
.TagClassName
{
border-color: #6E1A9F;
}
</style>