Shades of Royal Purple #6E40A5
Tints of Royal Purple #6E40A5
RGB
CMYK
RGB Variations
Color information
#6E40A5 (or 0x6E40A5) is known color: Royal Purple. HEX triplet: 6E, 40 and A5. RGB value is (110,64,165). Sum of RGB (Red+Green+Blue) = 110+64+165=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E40A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E40A5 is #91BF5A. Grayscale: #585858. Windows color (decimal): -9551707 or 10829934. OLE color: 10829934.
HSL color Cylindrical-coordinate representation of color #6E40A5: hue angle of 267.33º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E40A5 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 64 | 165 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.35 |
| HSL | 267.33º | 0.44% | 0.45% | - |
| HSV(B) | 267.33º | 0.61% | 0.65% | - |
| XYZ | 15.06 | 9.7 | 36.68 | - |
| YUV | 89.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 165 | 0.33 | 0.61 | 0 | 0.35 | 267.33 | 0.44 | 0.45 |
| Hex | 6E | 40 | A5 | 21 | 3D | 0 | 23 | 10B | 2C | 2D |
| Octal | 156 | 100 | 245 | 41 | 75 | 0 | 43 | 413 | 54 | 55 |
| Binary | 1101110 | 1000000 | 10100101 | 100001 | 111101 | 0 | 100011 | 100001011 | 101100 | 101101 |
Color Harmonies of #6E40A5
Complementary color
Monochromatic Colors of #6E40A5
Black with #6E40A5
Text Example
Text Example
White with #6E40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E40A5; }
p { color: rgb(110,64,165); }
H1.HeaderClassName
{
color: #6E40A5;
}
.AnyTagClassName
{
color: #6E40A5;
}
</style>
background-color css
<style>
a { background-color: #6E40A5; }
a { background-color: rgb(110,64,165); }
div.DivClassName
{
background-color: #6E40A5;
}
.BgClassName
{
background-color: #6E40A5;
}
</style>
border-color css
<style>
span { border-color: #6E40A5; }
span { border-color: rgb(110,64,165); }
td.TdClassName
{
border-color: #6E40A5;
}
.TagClassName
{
border-color: #6E40A5;
}
</style>