Shades of Royal Purple #6E40A4
Tints of Royal Purple #6E40A4
RGB
CMYK
RGB Variations
Color information
#6E40A4 (or 0x6E40A4) is known color: Royal Purple. HEX triplet: 6E, 40 and A4. RGB value is (110,64,164). Sum of RGB (Red+Green+Blue) = 110+64+164=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E40A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E40A4 is #91BF5B. Grayscale: #585858. Windows color (decimal): -9551708 or 10764398. OLE color: 10764398.
HSL color Cylindrical-coordinate representation of color #6E40A4: hue angle of 267.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E40A4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 64 | 164 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.36 |
| HSL | 267.6º | 0.44% | 0.45% | - |
| HSV(B) | 267.6º | 0.61% | 0.64% | - |
| XYZ | 14.96 | 9.66 | 36.2 | - |
| YUV | 89.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 164 | 0.33 | 0.61 | 0 | 0.36 | 267.6 | 0.44 | 0.45 |
| Hex | 6E | 40 | A4 | 21 | 3D | 0 | 24 | 10C | 2C | 2D |
| Octal | 156 | 100 | 244 | 41 | 75 | 0 | 44 | 414 | 54 | 55 |
| Binary | 1101110 | 1000000 | 10100100 | 100001 | 111101 | 0 | 100100 | 100001100 | 101100 | 101101 |
Color Harmonies of #6E40A4
Complementary color
Monochromatic Colors of #6E40A4
Black with #6E40A4
Text Example
Text Example
White with #6E40A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E40A4; }
p { color: rgb(110,64,164); }
H1.HeaderClassName
{
color: #6E40A4;
}
.AnyTagClassName
{
color: #6E40A4;
}
</style>
background-color css
<style>
a { background-color: #6E40A4; }
a { background-color: rgb(110,64,164); }
div.DivClassName
{
background-color: #6E40A4;
}
.BgClassName
{
background-color: #6E40A4;
}
</style>
border-color css
<style>
span { border-color: #6E40A4; }
span { border-color: rgb(110,64,164); }
td.TdClassName
{
border-color: #6E40A4;
}
.TagClassName
{
border-color: #6E40A4;
}
</style>