Shades of Royal Purple #6E20A4
Tints of Royal Purple #6E20A4
RGB
CMYK
RGB Variations
Color information
#6E20A4 (or 0x6E20A4) is known color: Royal Purple. HEX triplet: 6E, 20 and A4. RGB value is (110,32,164). Sum of RGB (Red+Green+Blue) = 110+32+164=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E20A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E20A4 is #91DF5B. Grayscale: #454545. Windows color (decimal): -9559900 or 10756206. OLE color: 10756206.
HSL color Cylindrical-coordinate representation of color #6E20A4: hue angle of 275.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E20A4 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 32 | 164 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.36 |
| HSL | 275.45º | 0.67% | 0.38% | - |
| HSV(B) | 275.45º | 0.8% | 0.64% | - |
| XYZ | 13.65 | 7.03 | 35.76 | - |
| YUV | 70.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 164 | 0.33 | 0.80 | 0 | 0.36 | 275.45 | 0.67 | 0.38 |
| Hex | 6E | 20 | A4 | 21 | 50 | 0 | 24 | 113 | 43 | 26 |
| Octal | 156 | 40 | 244 | 41 | 120 | 0 | 44 | 423 | 103 | 46 |
| Binary | 1101110 | 100000 | 10100100 | 100001 | 1010000 | 0 | 100100 | 100010011 | 1000011 | 100110 |
Color Harmonies of #6E20A4
Complementary color
Monochromatic Colors of #6E20A4
Black with #6E20A4
Text Example
Text Example
White with #6E20A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20A4; }
p { color: rgb(110,32,164); }
H1.HeaderClassName
{
color: #6E20A4;
}
.AnyTagClassName
{
color: #6E20A4;
}
</style>
background-color css
<style>
a { background-color: #6E20A4; }
a { background-color: rgb(110,32,164); }
div.DivClassName
{
background-color: #6E20A4;
}
.BgClassName
{
background-color: #6E20A4;
}
</style>
border-color css
<style>
span { border-color: #6E20A4; }
span { border-color: rgb(110,32,164); }
td.TdClassName
{
border-color: #6E20A4;
}
.TagClassName
{
border-color: #6E20A4;
}
</style>