Shades of Royal Purple #6E249A
Tints of Royal Purple #6E249A
RGB
CMYK
RGB Variations
Color information
#6E249A (or 0x6E249A) is known color: Royal Purple. HEX triplet: 6E, 24 and 9A. RGB value is (110,36,154). Sum of RGB (Red+Green+Blue) = 110+36+154=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E249A is #91DB65. Grayscale: #474747. Windows color (decimal): -9558886 or 10101870. OLE color: 10101870.
HSL color Cylindrical-coordinate representation of color #6E249A: hue angle of 277.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E249A is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 36 | 154 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.40 |
| HSL | 277.63º | 0.62% | 0.37% | - |
| HSV(B) | 277.63º | 0.77% | 0.6% | - |
| XYZ | 12.89 | 6.91 | 31.23 | - |
| YUV | 71.58 | 174.52 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 154 | 0.29 | 0.77 | 0 | 0.40 | 277.63 | 0.62 | 0.37 |
| Hex | 6E | 24 | 9A | 1D | 4D | 0 | 28 | 116 | 3E | 25 |
| Octal | 156 | 44 | 232 | 35 | 115 | 0 | 50 | 426 | 76 | 45 |
| Binary | 1101110 | 100100 | 10011010 | 11101 | 1001101 | 0 | 101000 | 100010110 | 111110 | 100101 |
Color Harmonies of #6E249A
Complementary color
Monochromatic Colors of #6E249A
Black with #6E249A
Text Example
Text Example
White with #6E249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E249A; }
p { color: rgb(110,36,154); }
H1.HeaderClassName
{
color: #6E249A;
}
.AnyTagClassName
{
color: #6E249A;
}
</style>
background-color css
<style>
a { background-color: #6E249A; }
a { background-color: rgb(110,36,154); }
div.DivClassName
{
background-color: #6E249A;
}
.BgClassName
{
background-color: #6E249A;
}
</style>
border-color css
<style>
span { border-color: #6E249A; }
span { border-color: rgb(110,36,154); }
td.TdClassName
{
border-color: #6E249A;
}
.TagClassName
{
border-color: #6E249A;
}
</style>