Shades of Royal Purple #6E37A5
Tints of Royal Purple #6E37A5
RGB
CMYK
RGB Variations
Color information
#6E37A5 (or 0x6E37A5) is known color: Royal Purple. HEX triplet: 6E, 37 and A5. RGB value is (110,55,165). Sum of RGB (Red+Green+Blue) = 110+55+165=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E37A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E37A5 is #91C85A. Grayscale: #535353. Windows color (decimal): -9554011 or 10827630. OLE color: 10827630.
HSL color Cylindrical-coordinate representation of color #6E37A5: hue angle of 270º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E37A5 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 55 | 165 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.35 |
| HSL | 270º | 0.5% | 0.43% | - |
| HSV(B) | 270º | 0.67% | 0.65% | - |
| XYZ | 14.59 | 8.76 | 36.52 | - |
| YUV | 83.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 165 | 0.33 | 0.67 | 0 | 0.35 | 270 | 0.5 | 0.43 |
| Hex | 6E | 37 | A5 | 21 | 43 | 0 | 23 | 10E | 32 | 2B |
| Octal | 156 | 67 | 245 | 41 | 103 | 0 | 43 | 416 | 62 | 53 |
| Binary | 1101110 | 110111 | 10100101 | 100001 | 1000011 | 0 | 100011 | 100001110 | 110010 | 101011 |
Color Harmonies of #6E37A5
Complementary color
Monochromatic Colors of #6E37A5
Black with #6E37A5
Text Example
Text Example
White with #6E37A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E37A5; }
p { color: rgb(110,55,165); }
H1.HeaderClassName
{
color: #6E37A5;
}
.AnyTagClassName
{
color: #6E37A5;
}
</style>
background-color css
<style>
a { background-color: #6E37A5; }
a { background-color: rgb(110,55,165); }
div.DivClassName
{
background-color: #6E37A5;
}
.BgClassName
{
background-color: #6E37A5;
}
</style>
border-color css
<style>
span { border-color: #6E37A5; }
span { border-color: rgb(110,55,165); }
td.TdClassName
{
border-color: #6E37A5;
}
.TagClassName
{
border-color: #6E37A5;
}
</style>