Shades of Royal Purple #6E4194
Tints of Royal Purple #6E4194
RGB
CMYK
RGB Variations
Color information
#6E4194 (or 0x6E4194) is known color: Royal Purple. HEX triplet: 6E, 41 and 94. RGB value is (110,65,148). Sum of RGB (Red+Green+Blue) = 110+65+148=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E4194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4194 is #91BE6B. Grayscale: #575757. Windows color (decimal): -9551468 or 9716078. OLE color: 9716078.
HSL color Cylindrical-coordinate representation of color #6E4194: hue angle of 272.53º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4194 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 65 | 148 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.42 |
| HSL | 272.53º | 0.39% | 0.42% | - |
| HSV(B) | 272.53º | 0.56% | 0.58% | - |
| XYZ | 13.67 | 9.23 | 29.08 | - |
| YUV | 87.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 148 | 0.26 | 0.56 | 0 | 0.42 | 272.53 | 0.39 | 0.42 |
| Hex | 6E | 41 | 94 | 1A | 38 | 0 | 2A | 111 | 27 | 2A |
| Octal | 156 | 101 | 224 | 32 | 70 | 0 | 52 | 421 | 47 | 52 |
| Binary | 1101110 | 1000001 | 10010100 | 11010 | 111000 | 0 | 101010 | 100010001 | 100111 | 101010 |
Color Harmonies of #6E4194
Complementary color
Monochromatic Colors of #6E4194
Black with #6E4194
Text Example
Text Example
White with #6E4194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4194; }
p { color: rgb(110,65,148); }
H1.HeaderClassName
{
color: #6E4194;
}
.AnyTagClassName
{
color: #6E4194;
}
</style>
background-color css
<style>
a { background-color: #6E4194; }
a { background-color: rgb(110,65,148); }
div.DivClassName
{
background-color: #6E4194;
}
.BgClassName
{
background-color: #6E4194;
}
</style>
border-color css
<style>
span { border-color: #6E4194; }
span { border-color: rgb(110,65,148); }
td.TdClassName
{
border-color: #6E4194;
}
.TagClassName
{
border-color: #6E4194;
}
</style>