Shades of Royal Purple #6A32AE
Tints of Royal Purple #6A32AE
RGB
CMYK
RGB Variations
Color information
#6A32AE (or 0x6A32AE) is known color: Royal Purple. HEX triplet: 6A, 32 and AE. RGB value is (106,50,174). Sum of RGB (Red+Green+Blue) = 106+50+174=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A32AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A32AE is #95CD51. Grayscale: #505050. Windows color (decimal): -9817426 or 11416170. OLE color: 11416170.
HSL color Cylindrical-coordinate representation of color #6A32AE: hue angle of 267.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A32AE is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 50 | 174 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.32 |
| HSL | 267.1º | 0.55% | 0.44% | - |
| HSV(B) | 267.1º | 0.71% | 0.68% | - |
| XYZ | 14.72 | 8.4 | 40.89 | - |
| YUV | 80.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 174 | 0.39 | 0.71 | 0 | 0.32 | 267.1 | 0.55 | 0.44 |
| Hex | 6A | 32 | AE | 27 | 47 | 0 | 20 | 10B | 37 | 2C |
| Octal | 152 | 62 | 256 | 47 | 107 | 0 | 40 | 413 | 67 | 54 |
| Binary | 1101010 | 110010 | 10101110 | 100111 | 1000111 | 0 | 100000 | 100001011 | 110111 | 101100 |
Color Harmonies of #6A32AE
Complementary color
Monochromatic Colors of #6A32AE
Black with #6A32AE
Text Example
Text Example
White with #6A32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A32AE; }
p { color: rgb(106,50,174); }
H1.HeaderClassName
{
color: #6A32AE;
}
.AnyTagClassName
{
color: #6A32AE;
}
</style>
background-color css
<style>
a { background-color: #6A32AE; }
a { background-color: rgb(106,50,174); }
div.DivClassName
{
background-color: #6A32AE;
}
.BgClassName
{
background-color: #6A32AE;
}
</style>
border-color css
<style>
span { border-color: #6A32AE; }
span { border-color: rgb(106,50,174); }
td.TdClassName
{
border-color: #6A32AE;
}
.TagClassName
{
border-color: #6A32AE;
}
</style>