Shades of Royal Purple #6E31A5
Tints of Royal Purple #6E31A5
RGB
CMYK
RGB Variations
Color information
#6E31A5 (or 0x6E31A5) is known color: Royal Purple. HEX triplet: 6E, 31 and A5. RGB value is (110,49,165). Sum of RGB (Red+Green+Blue) = 110+49+165=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E31A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E31A5 is #91CE5A. Grayscale: #505050. Windows color (decimal): -9555547 or 10826094. OLE color: 10826094.
HSL color Cylindrical-coordinate representation of color #6E31A5: hue angle of 271.55º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E31A5 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 49 | 165 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.35 |
| HSL | 271.55º | 0.54% | 0.42% | - |
| HSV(B) | 271.55º | 0.7% | 0.65% | - |
| XYZ | 14.32 | 8.23 | 36.43 | - |
| YUV | 80.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 165 | 0.33 | 0.70 | 0 | 0.35 | 271.55 | 0.54 | 0.42 |
| Hex | 6E | 31 | A5 | 21 | 46 | 0 | 23 | 110 | 36 | 2A |
| Octal | 156 | 61 | 245 | 41 | 106 | 0 | 43 | 420 | 66 | 52 |
| Binary | 1101110 | 110001 | 10100101 | 100001 | 1000110 | 0 | 100011 | 100010000 | 110110 | 101010 |
Color Harmonies of #6E31A5
Complementary color
Monochromatic Colors of #6E31A5
Black with #6E31A5
Text Example
Text Example
White with #6E31A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E31A5; }
p { color: rgb(110,49,165); }
H1.HeaderClassName
{
color: #6E31A5;
}
.AnyTagClassName
{
color: #6E31A5;
}
</style>
background-color css
<style>
a { background-color: #6E31A5; }
a { background-color: rgb(110,49,165); }
div.DivClassName
{
background-color: #6E31A5;
}
.BgClassName
{
background-color: #6E31A5;
}
</style>
border-color css
<style>
span { border-color: #6E31A5; }
span { border-color: rgb(110,49,165); }
td.TdClassName
{
border-color: #6E31A5;
}
.TagClassName
{
border-color: #6E31A5;
}
</style>