Shades of Royal Purple #6E2FA0
Tints of Royal Purple #6E2FA0
RGB
CMYK
RGB Variations
Color information
#6E2FA0 (or 0x6E2FA0) is known color: Royal Purple. HEX triplet: 6E, 2F and A0. RGB value is (110,47,160). Sum of RGB (Red+Green+Blue) = 110+47+160=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E2FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2FA0 is #91D05F. Grayscale: #4E4E4E. Windows color (decimal): -9556064 or 10497902. OLE color: 10497902.
HSL color Cylindrical-coordinate representation of color #6E2FA0: hue angle of 273.45º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2FA0 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 47 | 160 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.37 |
| HSL | 273.45º | 0.55% | 0.41% | - |
| HSV(B) | 273.45º | 0.71% | 0.63% | - |
| XYZ | 13.79 | 7.89 | 34.05 | - |
| YUV | 78.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 160 | 0.31 | 0.71 | 0 | 0.37 | 273.45 | 0.55 | 0.41 |
| Hex | 6E | 2F | A0 | 1F | 47 | 0 | 25 | 111 | 37 | 29 |
| Octal | 156 | 57 | 240 | 37 | 107 | 0 | 45 | 421 | 67 | 51 |
| Binary | 1101110 | 101111 | 10100000 | 11111 | 1000111 | 0 | 100101 | 100010001 | 110111 | 101001 |
Color Harmonies of #6E2FA0
Complementary color
Monochromatic Colors of #6E2FA0
Black with #6E2FA0
Text Example
Text Example
White with #6E2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2FA0; }
p { color: rgb(110,47,160); }
H1.HeaderClassName
{
color: #6E2FA0;
}
.AnyTagClassName
{
color: #6E2FA0;
}
</style>
background-color css
<style>
a { background-color: #6E2FA0; }
a { background-color: rgb(110,47,160); }
div.DivClassName
{
background-color: #6E2FA0;
}
.BgClassName
{
background-color: #6E2FA0;
}
</style>
border-color css
<style>
span { border-color: #6E2FA0; }
span { border-color: rgb(110,47,160); }
td.TdClassName
{
border-color: #6E2FA0;
}
.TagClassName
{
border-color: #6E2FA0;
}
</style>