Shades of Royal Purple #6E41AC
Tints of Royal Purple #6E41AC
RGB
CMYK
RGB Variations
Color information
#6E41AC (or 0x6E41AC) is known color: Royal Purple. HEX triplet: 6E, 41 and AC. RGB value is (110,65,172). Sum of RGB (Red+Green+Blue) = 110+65+172=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E41AC is #91BE53. Grayscale: #5A5A5A. Windows color (decimal): -9551444 or 11288942. OLE color: 11288942.
HSL color Cylindrical-coordinate representation of color #6E41AC: hue angle of 265.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E41AC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 65 | 172 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.33 |
| HSL | 265.23º | 0.45% | 0.46% | - |
| HSV(B) | 265.23º | 0.62% | 0.67% | - |
| XYZ | 15.77 | 10.07 | 40.14 | - |
| YUV | 90.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 172 | 0.36 | 0.62 | 0 | 0.33 | 265.23 | 0.45 | 0.46 |
| Hex | 6E | 41 | AC | 24 | 3E | 0 | 21 | 109 | 2D | 2E |
| Octal | 156 | 101 | 254 | 44 | 76 | 0 | 41 | 411 | 55 | 56 |
| Binary | 1101110 | 1000001 | 10101100 | 100100 | 111110 | 0 | 100001 | 100001001 | 101101 | 101110 |
Color Harmonies of #6E41AC
Complementary color
Monochromatic Colors of #6E41AC
Black with #6E41AC
Text Example
Text Example
White with #6E41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41AC; }
p { color: rgb(110,65,172); }
H1.HeaderClassName
{
color: #6E41AC;
}
.AnyTagClassName
{
color: #6E41AC;
}
</style>
background-color css
<style>
a { background-color: #6E41AC; }
a { background-color: rgb(110,65,172); }
div.DivClassName
{
background-color: #6E41AC;
}
.BgClassName
{
background-color: #6E41AC;
}
</style>
border-color css
<style>
span { border-color: #6E41AC; }
span { border-color: rgb(110,65,172); }
td.TdClassName
{
border-color: #6E41AC;
}
.TagClassName
{
border-color: #6E41AC;
}
</style>