Shades of Royal Purple #6E3790
Tints of Royal Purple #6E3790
RGB
CMYK
RGB Variations
Color information
#6E3790 (or 0x6E3790) is known color: Royal Purple. HEX triplet: 6E, 37 and 90. RGB value is (110,55,144). Sum of RGB (Red+Green+Blue) = 110+55+144=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3790 is #91C86F. Grayscale: #515151. Windows color (decimal): -9554032 or 9451374. OLE color: 9451374.
HSL color Cylindrical-coordinate representation of color #6E3790: hue angle of 277.08º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E3790 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 55 | 144 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.44 |
| HSL | 277.08º | 0.45% | 0.39% | - |
| HSV(B) | 277.08º | 0.62% | 0.56% | - |
| XYZ | 12.83 | 8.06 | 27.27 | - |
| YUV | 81.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 144 | 0.24 | 0.62 | 0 | 0.44 | 277.08 | 0.45 | 0.39 |
| Hex | 6E | 37 | 90 | 18 | 3E | 0 | 2C | 115 | 2D | 27 |
| Octal | 156 | 67 | 220 | 30 | 76 | 0 | 54 | 425 | 55 | 47 |
| Binary | 1101110 | 110111 | 10010000 | 11000 | 111110 | 0 | 101100 | 100010101 | 101101 | 100111 |
Color Harmonies of #6E3790
Complementary color
Monochromatic Colors of #6E3790
Black with #6E3790
Text Example
Text Example
White with #6E3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3790; }
p { color: rgb(110,55,144); }
H1.HeaderClassName
{
color: #6E3790;
}
.AnyTagClassName
{
color: #6E3790;
}
</style>
background-color css
<style>
a { background-color: #6E3790; }
a { background-color: rgb(110,55,144); }
div.DivClassName
{
background-color: #6E3790;
}
.BgClassName
{
background-color: #6E3790;
}
</style>
border-color css
<style>
span { border-color: #6E3790; }
span { border-color: rgb(110,55,144); }
td.TdClassName
{
border-color: #6E3790;
}
.TagClassName
{
border-color: #6E3790;
}
</style>