Shades of Royal Purple #6E32A4
Tints of Royal Purple #6E32A4
RGB
CMYK
RGB Variations
Color information
#6E32A4 (or 0x6E32A4) is known color: Royal Purple. HEX triplet: 6E, 32 and A4. RGB value is (110,50,164). Sum of RGB (Red+Green+Blue) = 110+50+164=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E32A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E32A4 is #91CD5B. Grayscale: #505050. Windows color (decimal): -9555292 or 10760814. OLE color: 10760814.
HSL color Cylindrical-coordinate representation of color #6E32A4: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E32A4 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 50 | 164 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.36 |
| HSL | 271.58º | 0.53% | 0.42% | - |
| HSV(B) | 271.58º | 0.7% | 0.64% | - |
| XYZ | 14.27 | 8.28 | 35.97 | - |
| YUV | 80.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 164 | 0.33 | 0.70 | 0 | 0.36 | 271.58 | 0.53 | 0.42 |
| Hex | 6E | 32 | A4 | 21 | 46 | 0 | 24 | 110 | 35 | 2A |
| Octal | 156 | 62 | 244 | 41 | 106 | 0 | 44 | 420 | 65 | 52 |
| Binary | 1101110 | 110010 | 10100100 | 100001 | 1000110 | 0 | 100100 | 100010000 | 110101 | 101010 |
Color Harmonies of #6E32A4
Complementary color
Monochromatic Colors of #6E32A4
Black with #6E32A4
Text Example
Text Example
White with #6E32A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32A4; }
p { color: rgb(110,50,164); }
H1.HeaderClassName
{
color: #6E32A4;
}
.AnyTagClassName
{
color: #6E32A4;
}
</style>
background-color css
<style>
a { background-color: #6E32A4; }
a { background-color: rgb(110,50,164); }
div.DivClassName
{
background-color: #6E32A4;
}
.BgClassName
{
background-color: #6E32A4;
}
</style>
border-color css
<style>
span { border-color: #6E32A4; }
span { border-color: rgb(110,50,164); }
td.TdClassName
{
border-color: #6E32A4;
}
.TagClassName
{
border-color: #6E32A4;
}
</style>