Shades of Royal Purple #6E219D
Tints of Royal Purple #6E219D
RGB
CMYK
RGB Variations
Color information
#6E219D (or 0x6E219D) is known color: Royal Purple. HEX triplet: 6E, 21 and 9D. RGB value is (110,33,157). Sum of RGB (Red+Green+Blue) = 110+33+157=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E219D is #91DE62. Grayscale: #454545. Windows color (decimal): -9559651 or 10297710. OLE color: 10297710.
HSL color Cylindrical-coordinate representation of color #6E219D: hue angle of 277.26º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E219D is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 33 | 157 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.38 |
| HSL | 277.26º | 0.65% | 0.37% | - |
| HSV(B) | 277.26º | 0.79% | 0.62% | - |
| XYZ | 13.06 | 6.84 | 32.53 | - |
| YUV | 70.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 33 | 157 | 0.30 | 0.79 | 0 | 0.38 | 277.26 | 0.65 | 0.37 |
| Hex | 6E | 21 | 9D | 1E | 4F | 0 | 26 | 115 | 41 | 25 |
| Octal | 156 | 41 | 235 | 36 | 117 | 0 | 46 | 425 | 101 | 45 |
| Binary | 1101110 | 100001 | 10011101 | 11110 | 1001111 | 0 | 100110 | 100010101 | 1000001 | 100101 |
Color Harmonies of #6E219D
Complementary color
Monochromatic Colors of #6E219D
Black with #6E219D
Text Example
Text Example
White with #6E219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E219D; }
p { color: rgb(110,33,157); }
H1.HeaderClassName
{
color: #6E219D;
}
.AnyTagClassName
{
color: #6E219D;
}
</style>
background-color css
<style>
a { background-color: #6E219D; }
a { background-color: rgb(110,33,157); }
div.DivClassName
{
background-color: #6E219D;
}
.BgClassName
{
background-color: #6E219D;
}
</style>
border-color css
<style>
span { border-color: #6E219D; }
span { border-color: rgb(110,33,157); }
td.TdClassName
{
border-color: #6E219D;
}
.TagClassName
{
border-color: #6E219D;
}
</style>