Shades of Royal Purple #6E32AA
Tints of Royal Purple #6E32AA
RGB
CMYK
RGB Variations
Color information
#6E32AA (or 0x6E32AA) is known color: Royal Purple. HEX triplet: 6E, 32 and AA. RGB value is (110,50,170). Sum of RGB (Red+Green+Blue) = 110+50+170=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E32AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E32AA is #91CD55. Grayscale: #515151. Windows color (decimal): -9555286 or 11154030. OLE color: 11154030.
HSL color Cylindrical-coordinate representation of color #6E32AA: hue angle of 270º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E32AA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 50 | 170 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.33 |
| HSL | 270º | 0.55% | 0.43% | - |
| HSV(B) | 270º | 0.71% | 0.67% | - |
| XYZ | 14.83 | 8.5 | 38.89 | - |
| YUV | 81.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 170 | 0.35 | 0.71 | 0 | 0.33 | 270 | 0.55 | 0.43 |
| Hex | 6E | 32 | AA | 23 | 47 | 0 | 21 | 10E | 37 | 2B |
| Octal | 156 | 62 | 252 | 43 | 107 | 0 | 41 | 416 | 67 | 53 |
| Binary | 1101110 | 110010 | 10101010 | 100011 | 1000111 | 0 | 100001 | 100001110 | 110111 | 101011 |
Color Harmonies of #6E32AA
Complementary color
Monochromatic Colors of #6E32AA
Black with #6E32AA
Text Example
Text Example
White with #6E32AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32AA; }
p { color: rgb(110,50,170); }
H1.HeaderClassName
{
color: #6E32AA;
}
.AnyTagClassName
{
color: #6E32AA;
}
</style>
background-color css
<style>
a { background-color: #6E32AA; }
a { background-color: rgb(110,50,170); }
div.DivClassName
{
background-color: #6E32AA;
}
.BgClassName
{
background-color: #6E32AA;
}
</style>
border-color css
<style>
span { border-color: #6E32AA; }
span { border-color: rgb(110,50,170); }
td.TdClassName
{
border-color: #6E32AA;
}
.TagClassName
{
border-color: #6E32AA;
}
</style>