Shades of Royal Purple #6E4192
Tints of Royal Purple #6E4192
RGB
CMYK
RGB Variations
Color information
#6E4192 (or 0x6E4192) is known color: Royal Purple. HEX triplet: 6E, 41 and 92. RGB value is (110,65,146). Sum of RGB (Red+Green+Blue) = 110+65+146=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4192 is #91BE6D. Grayscale: #575757. Windows color (decimal): -9551470 or 9585006. OLE color: 9585006.
HSL color Cylindrical-coordinate representation of color #6E4192: hue angle of 273.33º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4192 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 65 | 146 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.43 |
| HSL | 273.33º | 0.38% | 0.41% | - |
| HSV(B) | 273.33º | 0.55% | 0.57% | - |
| XYZ | 13.51 | 9.17 | 28.25 | - |
| YUV | 87.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 146 | 0.25 | 0.55 | 0 | 0.43 | 273.33 | 0.38 | 0.41 |
| Hex | 6E | 41 | 92 | 19 | 37 | 0 | 2B | 111 | 26 | 29 |
| Octal | 156 | 101 | 222 | 31 | 67 | 0 | 53 | 421 | 46 | 51 |
| Binary | 1101110 | 1000001 | 10010010 | 11001 | 110111 | 0 | 101011 | 100010001 | 100110 | 101001 |
Color Harmonies of #6E4192
Complementary color
Monochromatic Colors of #6E4192
Black with #6E4192
Text Example
Text Example
White with #6E4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4192; }
p { color: rgb(110,65,146); }
H1.HeaderClassName
{
color: #6E4192;
}
.AnyTagClassName
{
color: #6E4192;
}
</style>
background-color css
<style>
a { background-color: #6E4192; }
a { background-color: rgb(110,65,146); }
div.DivClassName
{
background-color: #6E4192;
}
.BgClassName
{
background-color: #6E4192;
}
</style>
border-color css
<style>
span { border-color: #6E4192; }
span { border-color: rgb(110,65,146); }
td.TdClassName
{
border-color: #6E4192;
}
.TagClassName
{
border-color: #6E4192;
}
</style>