Shades of Royal Purple #6E3D8E
Tints of Royal Purple #6E3D8E
RGB
CMYK
RGB Variations
Color information
#6E3D8E (or 0x6E3D8E) is known color: Royal Purple. HEX triplet: 6E, 3D and 8E. RGB value is (110,61,142). Sum of RGB (Red+Green+Blue) = 110+61+142=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E3D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3D8E is #91C271. Grayscale: #545454. Windows color (decimal): -9552498 or 9321838. OLE color: 9321838.
HSL color Cylindrical-coordinate representation of color #6E3D8E: hue angle of 276.3º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E3D8E is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 61 | 142 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.44 |
| HSL | 276.3º | 0.4% | 0.4% | - |
| HSV(B) | 276.3º | 0.57% | 0.56% | - |
| XYZ | 12.98 | 8.61 | 26.57 | - |
| YUV | 84.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 142 | 0.23 | 0.57 | 0 | 0.44 | 276.3 | 0.4 | 0.4 |
| Hex | 6E | 3D | 8E | 17 | 39 | 0 | 2C | 114 | 28 | 28 |
| Octal | 156 | 75 | 216 | 27 | 71 | 0 | 54 | 424 | 50 | 50 |
| Binary | 1101110 | 111101 | 10001110 | 10111 | 111001 | 0 | 101100 | 100010100 | 101000 | 101000 |
Color Harmonies of #6E3D8E
Complementary color
Monochromatic Colors of #6E3D8E
Black with #6E3D8E
Text Example
Text Example
White with #6E3D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D8E; }
p { color: rgb(110,61,142); }
H1.HeaderClassName
{
color: #6E3D8E;
}
.AnyTagClassName
{
color: #6E3D8E;
}
</style>
background-color css
<style>
a { background-color: #6E3D8E; }
a { background-color: rgb(110,61,142); }
div.DivClassName
{
background-color: #6E3D8E;
}
.BgClassName
{
background-color: #6E3D8E;
}
</style>
border-color css
<style>
span { border-color: #6E3D8E; }
span { border-color: rgb(110,61,142); }
td.TdClassName
{
border-color: #6E3D8E;
}
.TagClassName
{
border-color: #6E3D8E;
}
</style>