Shades of Royal Purple #6E2DA3
Tints of Royal Purple #6E2DA3
RGB
CMYK
RGB Variations
Color information
#6E2DA3 (or 0x6E2DA3) is known color: Royal Purple. HEX triplet: 6E, 2D and A3. RGB value is (110,45,163). Sum of RGB (Red+Green+Blue) = 110+45+163=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 163 (64.06% from 255 or 51.26% from 318); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E2DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2DA3 is #91D25C. Grayscale: #4D4D4D. Windows color (decimal): -9556573 or 10693998. OLE color: 10693998.
HSL color Cylindrical-coordinate representation of color #6E2DA3: hue angle of 273.05º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E2DA3 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 45 | 163 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.36 |
| HSL | 273.05º | 0.57% | 0.41% | - |
| HSV(B) | 273.05º | 0.72% | 0.64% | - |
| XYZ | 13.98 | 7.84 | 35.43 | - |
| YUV | 77.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 163 | 0.33 | 0.72 | 0 | 0.36 | 273.05 | 0.57 | 0.41 |
| Hex | 6E | 2D | A3 | 21 | 48 | 0 | 24 | 111 | 39 | 29 |
| Octal | 156 | 55 | 243 | 41 | 110 | 0 | 44 | 421 | 71 | 51 |
| Binary | 1101110 | 101101 | 10100011 | 100001 | 1001000 | 0 | 100100 | 100010001 | 111001 | 101001 |
Color Harmonies of #6E2DA3
Complementary color
Monochromatic Colors of #6E2DA3
Black with #6E2DA3
Text Example
Text Example
White with #6E2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2DA3; }
p { color: rgb(110,45,163); }
H1.HeaderClassName
{
color: #6E2DA3;
}
.AnyTagClassName
{
color: #6E2DA3;
}
</style>
background-color css
<style>
a { background-color: #6E2DA3; }
a { background-color: rgb(110,45,163); }
div.DivClassName
{
background-color: #6E2DA3;
}
.BgClassName
{
background-color: #6E2DA3;
}
</style>
border-color css
<style>
span { border-color: #6E2DA3; }
span { border-color: rgb(110,45,163); }
td.TdClassName
{
border-color: #6E2DA3;
}
.TagClassName
{
border-color: #6E2DA3;
}
</style>