Shades of Royal Purple #6E36AD
Tints of Royal Purple #6E36AD
RGB
CMYK
RGB Variations
Color information
#6E36AD (or 0x6E36AD) is known color: Royal Purple. HEX triplet: 6E, 36 and AD. RGB value is (110,54,173). Sum of RGB (Red+Green+Blue) = 110+54+173=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E36AD is #91C952. Grayscale: #535353. Windows color (decimal): -9554259 or 11351662. OLE color: 11351662.
HSL color Cylindrical-coordinate representation of color #6E36AD: hue angle of 268.24º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E36AD is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 54 | 173 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.32 |
| HSL | 268.24º | 0.52% | 0.45% | - |
| HSV(B) | 268.24º | 0.69% | 0.68% | - |
| XYZ | 15.29 | 8.97 | 40.46 | - |
| YUV | 84.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 173 | 0.36 | 0.69 | 0 | 0.32 | 268.24 | 0.52 | 0.45 |
| Hex | 6E | 36 | AD | 24 | 45 | 0 | 20 | 10C | 34 | 2D |
| Octal | 156 | 66 | 255 | 44 | 105 | 0 | 40 | 414 | 64 | 55 |
| Binary | 1101110 | 110110 | 10101101 | 100100 | 1000101 | 0 | 100000 | 100001100 | 110100 | 101101 |
Color Harmonies of #6E36AD
Complementary color
Monochromatic Colors of #6E36AD
Black with #6E36AD
Text Example
Text Example
White with #6E36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E36AD; }
p { color: rgb(110,54,173); }
H1.HeaderClassName
{
color: #6E36AD;
}
.AnyTagClassName
{
color: #6E36AD;
}
</style>
background-color css
<style>
a { background-color: #6E36AD; }
a { background-color: rgb(110,54,173); }
div.DivClassName
{
background-color: #6E36AD;
}
.BgClassName
{
background-color: #6E36AD;
}
</style>
border-color css
<style>
span { border-color: #6E36AD; }
span { border-color: rgb(110,54,173); }
td.TdClassName
{
border-color: #6E36AD;
}
.TagClassName
{
border-color: #6E36AD;
}
</style>