Shades of Royal Purple #6E43A1
Tints of Royal Purple #6E43A1
RGB
CMYK
RGB Variations
Color information
#6E43A1 (or 0x6E43A1) is known color: Royal Purple. HEX triplet: 6E, 43 and A1. RGB value is (110,67,161). Sum of RGB (Red+Green+Blue) = 110+67+161=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 161 - color contains mainly: blue. Hex color #6E43A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E43A1 is #91BC5E. Grayscale: #5A5A5A. Windows color (decimal): -9550943 or 10568558. OLE color: 10568558.
HSL color Cylindrical-coordinate representation of color #6E43A1: hue angle of 267.45º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E43A1 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 67 | 161 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.37 |
| HSL | 267.45º | 0.41% | 0.45% | - |
| HSV(B) | 267.45º | 0.58% | 0.63% | - |
| XYZ | 14.87 | 9.9 | 34.85 | - |
| YUV | 90.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 161 | 0.32 | 0.58 | 0 | 0.37 | 267.45 | 0.41 | 0.45 |
| Hex | 6E | 43 | A1 | 20 | 3A | 0 | 25 | 10B | 29 | 2D |
| Octal | 156 | 103 | 241 | 40 | 72 | 0 | 45 | 413 | 51 | 55 |
| Binary | 1101110 | 1000011 | 10100001 | 100000 | 111010 | 0 | 100101 | 100001011 | 101001 | 101101 |
Color Harmonies of #6E43A1
Complementary color
Monochromatic Colors of #6E43A1
Black with #6E43A1
Text Example
Text Example
White with #6E43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E43A1; }
p { color: rgb(110,67,161); }
H1.HeaderClassName
{
color: #6E43A1;
}
.AnyTagClassName
{
color: #6E43A1;
}
</style>
background-color css
<style>
a { background-color: #6E43A1; }
a { background-color: rgb(110,67,161); }
div.DivClassName
{
background-color: #6E43A1;
}
.BgClassName
{
background-color: #6E43A1;
}
</style>
border-color css
<style>
span { border-color: #6E43A1; }
span { border-color: rgb(110,67,161); }
td.TdClassName
{
border-color: #6E43A1;
}
.TagClassName
{
border-color: #6E43A1;
}
</style>