Shades of Royal Purple #6E389E
Tints of Royal Purple #6E389E
RGB
CMYK
RGB Variations
Color information
#6E389E (or 0x6E389E) is known color: Royal Purple. HEX triplet: 6E, 38 and 9E. RGB value is (110,56,158). Sum of RGB (Red+Green+Blue) = 110+56+158=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E389E is #91C761. Grayscale: #535353. Windows color (decimal): -9553762 or 10369134. OLE color: 10369134.
HSL color Cylindrical-coordinate representation of color #6E389E: hue angle of 271.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E389E is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 56 | 158 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.38 |
| HSL | 271.76º | 0.48% | 0.42% | - |
| HSV(B) | 271.76º | 0.65% | 0.62% | - |
| XYZ | 14.02 | 8.61 | 33.27 | - |
| YUV | 83.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 158 | 0.30 | 0.65 | 0 | 0.38 | 271.76 | 0.48 | 0.42 |
| Hex | 6E | 38 | 9E | 1E | 41 | 0 | 26 | 110 | 30 | 2A |
| Octal | 156 | 70 | 236 | 36 | 101 | 0 | 46 | 420 | 60 | 52 |
| Binary | 1101110 | 111000 | 10011110 | 11110 | 1000001 | 0 | 100110 | 100010000 | 110000 | 101010 |
Color Harmonies of #6E389E
Complementary color
Monochromatic Colors of #6E389E
Black with #6E389E
Text Example
Text Example
White with #6E389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E389E; }
p { color: rgb(110,56,158); }
H1.HeaderClassName
{
color: #6E389E;
}
.AnyTagClassName
{
color: #6E389E;
}
</style>
background-color css
<style>
a { background-color: #6E389E; }
a { background-color: rgb(110,56,158); }
div.DivClassName
{
background-color: #6E389E;
}
.BgClassName
{
background-color: #6E389E;
}
</style>
border-color css
<style>
span { border-color: #6E389E; }
span { border-color: rgb(110,56,158); }
td.TdClassName
{
border-color: #6E389E;
}
.TagClassName
{
border-color: #6E389E;
}
</style>