Shades of Royal Purple #6E31AC
Tints of Royal Purple #6E31AC
RGB
CMYK
RGB Variations
Color information
#6E31AC (or 0x6E31AC) is known color: Royal Purple. HEX triplet: 6E, 31 and AC. RGB value is (110,49,172). Sum of RGB (Red+Green+Blue) = 110+49+172=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E31AC is #91CE53. Grayscale: #505050. Windows color (decimal): -9555540 or 11284846. OLE color: 11284846.
HSL color Cylindrical-coordinate representation of color #6E31AC: hue angle of 269.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E31AC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 49 | 172 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.33 |
| HSL | 269.76º | 0.56% | 0.43% | - |
| HSV(B) | 269.76º | 0.72% | 0.67% | - |
| XYZ | 14.98 | 8.49 | 39.88 | - |
| YUV | 81.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 172 | 0.36 | 0.72 | 0 | 0.33 | 269.76 | 0.56 | 0.43 |
| Hex | 6E | 31 | AC | 24 | 48 | 0 | 21 | 10E | 38 | 2B |
| Octal | 156 | 61 | 254 | 44 | 110 | 0 | 41 | 416 | 70 | 53 |
| Binary | 1101110 | 110001 | 10101100 | 100100 | 1001000 | 0 | 100001 | 100001110 | 111000 | 101011 |
Color Harmonies of #6E31AC
Complementary color
Monochromatic Colors of #6E31AC
Black with #6E31AC
Text Example
Text Example
White with #6E31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E31AC; }
p { color: rgb(110,49,172); }
H1.HeaderClassName
{
color: #6E31AC;
}
.AnyTagClassName
{
color: #6E31AC;
}
</style>
background-color css
<style>
a { background-color: #6E31AC; }
a { background-color: rgb(110,49,172); }
div.DivClassName
{
background-color: #6E31AC;
}
.BgClassName
{
background-color: #6E31AC;
}
</style>
border-color css
<style>
span { border-color: #6E31AC; }
span { border-color: rgb(110,49,172); }
td.TdClassName
{
border-color: #6E31AC;
}
.TagClassName
{
border-color: #6E31AC;
}
</style>