Shades of Royal Purple #6E3498
Tints of Royal Purple #6E3498
RGB
CMYK
RGB Variations
Color information
#6E3498 (or 0x6E3498) is known color: Royal Purple. HEX triplet: 6E, 34 and 98. RGB value is (110,52,152). Sum of RGB (Red+Green+Blue) = 110+52+152=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E3498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3498 is #91CB67. Grayscale: #505050. Windows color (decimal): -9554792 or 9974894. OLE color: 9974894.
HSL color Cylindrical-coordinate representation of color #6E3498: hue angle of 274.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3498 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 52 | 152 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.40 |
| HSL | 274.8º | 0.49% | 0.4% | - |
| HSV(B) | 274.8º | 0.66% | 0.6% | - |
| XYZ | 13.33 | 8.04 | 30.55 | - |
| YUV | 80.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 152 | 0.28 | 0.66 | 0 | 0.40 | 274.8 | 0.49 | 0.4 |
| Hex | 6E | 34 | 98 | 1C | 42 | 0 | 28 | 113 | 31 | 28 |
| Octal | 156 | 64 | 230 | 34 | 102 | 0 | 50 | 423 | 61 | 50 |
| Binary | 1101110 | 110100 | 10011000 | 11100 | 1000010 | 0 | 101000 | 100010011 | 110001 | 101000 |
Color Harmonies of #6E3498
Complementary color
Monochromatic Colors of #6E3498
Black with #6E3498
Text Example
Text Example
White with #6E3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3498; }
p { color: rgb(110,52,152); }
H1.HeaderClassName
{
color: #6E3498;
}
.AnyTagClassName
{
color: #6E3498;
}
</style>
background-color css
<style>
a { background-color: #6E3498; }
a { background-color: rgb(110,52,152); }
div.DivClassName
{
background-color: #6E3498;
}
.BgClassName
{
background-color: #6E3498;
}
</style>
border-color css
<style>
span { border-color: #6E3498; }
span { border-color: rgb(110,52,152); }
td.TdClassName
{
border-color: #6E3498;
}
.TagClassName
{
border-color: #6E3498;
}
</style>