Shades of Royal Purple #6E3599
Tints of Royal Purple #6E3599
RGB
CMYK
RGB Variations
Color information
#6E3599 (or 0x6E3599) is known color: Royal Purple. HEX triplet: 6E, 35 and 99. RGB value is (110,53,153). Sum of RGB (Red+Green+Blue) = 110+53+153=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3599 is #91CA66. Grayscale: #515151. Windows color (decimal): -9554535 or 10040686. OLE color: 10040686.
HSL color Cylindrical-coordinate representation of color #6E3599: hue angle of 274.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E3599 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 53 | 153 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.4 |
| HSL | 274.2º | 0.49% | 0.4% | - |
| HSV(B) | 274.2º | 0.65% | 0.6% | - |
| XYZ | 13.45 | 8.16 | 31 | - |
| YUV | 81.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 153 | 0.28 | 0.65 | 0 | 0.4 | 274.2 | 0.49 | 0.4 |
| Hex | 6E | 35 | 99 | 1C | 41 | 0 | 28 | 112 | 31 | 28 |
| Octal | 156 | 65 | 231 | 34 | 101 | 0 | 50 | 422 | 61 | 50 |
| Binary | 1101110 | 110101 | 10011001 | 11100 | 1000001 | 0 | 101000 | 100010010 | 110001 | 101000 |
Color Harmonies of #6E3599
Complementary color
Monochromatic Colors of #6E3599
Black with #6E3599
Text Example
Text Example
White with #6E3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3599; }
p { color: rgb(110,53,153); }
H1.HeaderClassName
{
color: #6E3599;
}
.AnyTagClassName
{
color: #6E3599;
}
</style>
background-color css
<style>
a { background-color: #6E3599; }
a { background-color: rgb(110,53,153); }
div.DivClassName
{
background-color: #6E3599;
}
.BgClassName
{
background-color: #6E3599;
}
</style>
border-color css
<style>
span { border-color: #6E3599; }
span { border-color: rgb(110,53,153); }
td.TdClassName
{
border-color: #6E3599;
}
.TagClassName
{
border-color: #6E3599;
}
</style>