Shades of Royal Purple #6E3D93
Tints of Royal Purple #6E3D93
RGB
CMYK
RGB Variations
Color information
#6E3D93 (or 0x6E3D93) is known color: Royal Purple. HEX triplet: 6E, 3D and 93. RGB value is (110,61,147). Sum of RGB (Red+Green+Blue) = 110+61+147=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E3D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3D93 is #91C26C. Grayscale: #555555. Windows color (decimal): -9552493 or 9649518. OLE color: 9649518.
HSL color Cylindrical-coordinate representation of color #6E3D93: hue angle of 274.19º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E3D93 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 61 | 147 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.42 |
| HSL | 274.19º | 0.41% | 0.41% | - |
| HSV(B) | 274.19º | 0.59% | 0.58% | - |
| XYZ | 13.37 | 8.76 | 28.59 | - |
| YUV | 85.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 147 | 0.25 | 0.59 | 0 | 0.42 | 274.19 | 0.41 | 0.41 |
| Hex | 6E | 3D | 93 | 19 | 3B | 0 | 2A | 112 | 29 | 29 |
| Octal | 156 | 75 | 223 | 31 | 73 | 0 | 52 | 422 | 51 | 51 |
| Binary | 1101110 | 111101 | 10010011 | 11001 | 111011 | 0 | 101010 | 100010010 | 101001 | 101001 |
Color Harmonies of #6E3D93
Complementary color
Monochromatic Colors of #6E3D93
Black with #6E3D93
Text Example
Text Example
White with #6E3D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D93; }
p { color: rgb(110,61,147); }
H1.HeaderClassName
{
color: #6E3D93;
}
.AnyTagClassName
{
color: #6E3D93;
}
</style>
background-color css
<style>
a { background-color: #6E3D93; }
a { background-color: rgb(110,61,147); }
div.DivClassName
{
background-color: #6E3D93;
}
.BgClassName
{
background-color: #6E3D93;
}
</style>
border-color css
<style>
span { border-color: #6E3D93; }
span { border-color: rgb(110,61,147); }
td.TdClassName
{
border-color: #6E3D93;
}
.TagClassName
{
border-color: #6E3D93;
}
</style>