Shades of Royal Purple #6E4498
Tints of Royal Purple #6E4498
RGB
CMYK
RGB Variations
Color information
#6E4498 (or 0x6E4498) is known color: Royal Purple. HEX triplet: 6E, 44 and 98. RGB value is (110,68,152). Sum of RGB (Red+Green+Blue) = 110+68+152=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E4498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4498 is #91BB67. Grayscale: #595959. Windows color (decimal): -9550696 or 9978990. OLE color: 9978990.
HSL color Cylindrical-coordinate representation of color #6E4498: hue angle of 270º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4498 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 68 | 152 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.40 |
| HSL | 270º | 0.38% | 0.43% | - |
| HSV(B) | 270º | 0.55% | 0.6% | - |
| XYZ | 14.17 | 9.72 | 30.83 | - |
| YUV | 90.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 68 | 152 | 0.28 | 0.55 | 0 | 0.40 | 270 | 0.38 | 0.43 |
| Hex | 6E | 44 | 98 | 1C | 37 | 0 | 28 | 10E | 26 | 2B |
| Octal | 156 | 104 | 230 | 34 | 67 | 0 | 50 | 416 | 46 | 53 |
| Binary | 1101110 | 1000100 | 10011000 | 11100 | 110111 | 0 | 101000 | 100001110 | 100110 | 101011 |
Color Harmonies of #6E4498
Complementary color
Monochromatic Colors of #6E4498
Black with #6E4498
Text Example
Text Example
White with #6E4498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4498; }
p { color: rgb(110,68,152); }
H1.HeaderClassName
{
color: #6E4498;
}
.AnyTagClassName
{
color: #6E4498;
}
</style>
background-color css
<style>
a { background-color: #6E4498; }
a { background-color: rgb(110,68,152); }
div.DivClassName
{
background-color: #6E4498;
}
.BgClassName
{
background-color: #6E4498;
}
</style>
border-color css
<style>
span { border-color: #6E4498; }
span { border-color: rgb(110,68,152); }
td.TdClassName
{
border-color: #6E4498;
}
.TagClassName
{
border-color: #6E4498;
}
</style>