Shades of Royal Purple #6E2DAC
Tints of Royal Purple #6E2DAC
RGB
CMYK
RGB Variations
Color information
#6E2DAC (or 0x6E2DAC) is known color: Royal Purple. HEX triplet: 6E, 2D and AC. RGB value is (110,45,172). Sum of RGB (Red+Green+Blue) = 110+45+172=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E2DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2DAC is #91D253. Grayscale: #4E4E4E. Windows color (decimal): -9556564 or 11283822. OLE color: 11283822.
HSL color Cylindrical-coordinate representation of color #6E2DAC: hue angle of 270.71º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2DAC is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 45 | 172 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.33 |
| HSL | 270.71º | 0.59% | 0.43% | - |
| HSV(B) | 270.71º | 0.74% | 0.67% | - |
| XYZ | 14.82 | 8.17 | 39.83 | - |
| YUV | 78.91 | 180.53 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 172 | 0.36 | 0.74 | 0 | 0.33 | 270.71 | 0.59 | 0.43 |
| Hex | 6E | 2D | AC | 24 | 4A | 0 | 21 | 10F | 3B | 2B |
| Octal | 156 | 55 | 254 | 44 | 112 | 0 | 41 | 417 | 73 | 53 |
| Binary | 1101110 | 101101 | 10101100 | 100100 | 1001010 | 0 | 100001 | 100001111 | 111011 | 101011 |
Color Harmonies of #6E2DAC
Complementary color
Monochromatic Colors of #6E2DAC
Black with #6E2DAC
Text Example
Text Example
White with #6E2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2DAC; }
p { color: rgb(110,45,172); }
H1.HeaderClassName
{
color: #6E2DAC;
}
.AnyTagClassName
{
color: #6E2DAC;
}
</style>
background-color css
<style>
a { background-color: #6E2DAC; }
a { background-color: rgb(110,45,172); }
div.DivClassName
{
background-color: #6E2DAC;
}
.BgClassName
{
background-color: #6E2DAC;
}
</style>
border-color css
<style>
span { border-color: #6E2DAC; }
span { border-color: rgb(110,45,172); }
td.TdClassName
{
border-color: #6E2DAC;
}
.TagClassName
{
border-color: #6E2DAC;
}
</style>