Shades of Royal Purple #6E24A3
Tints of Royal Purple #6E24A3
RGB
CMYK
RGB Variations
Color information
#6E24A3 (or 0x6E24A3) is known color: Royal Purple. HEX triplet: 6E, 24 and A3. RGB value is (110,36,163). Sum of RGB (Red+Green+Blue) = 110+36+163=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E24A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E24A3 is #91DB5C. Grayscale: #484848. Windows color (decimal): -9558877 or 10691694. OLE color: 10691694.
HSL color Cylindrical-coordinate representation of color #6E24A3: hue angle of 274.96º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E24A3 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 36 | 163 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.36 |
| HSL | 274.96º | 0.64% | 0.39% | - |
| HSV(B) | 274.96º | 0.78% | 0.64% | - |
| XYZ | 13.67 | 7.22 | 35.32 | - |
| YUV | 72.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 163 | 0.33 | 0.78 | 0 | 0.36 | 274.96 | 0.64 | 0.39 |
| Hex | 6E | 24 | A3 | 21 | 4E | 0 | 24 | 113 | 40 | 27 |
| Octal | 156 | 44 | 243 | 41 | 116 | 0 | 44 | 423 | 100 | 47 |
| Binary | 1101110 | 100100 | 10100011 | 100001 | 1001110 | 0 | 100100 | 100010011 | 1000000 | 100111 |
Color Harmonies of #6E24A3
Complementary color
Monochromatic Colors of #6E24A3
Black with #6E24A3
Text Example
Text Example
White with #6E24A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E24A3; }
p { color: rgb(110,36,163); }
H1.HeaderClassName
{
color: #6E24A3;
}
.AnyTagClassName
{
color: #6E24A3;
}
</style>
background-color css
<style>
a { background-color: #6E24A3; }
a { background-color: rgb(110,36,163); }
div.DivClassName
{
background-color: #6E24A3;
}
.BgClassName
{
background-color: #6E24A3;
}
</style>
border-color css
<style>
span { border-color: #6E24A3; }
span { border-color: rgb(110,36,163); }
td.TdClassName
{
border-color: #6E24A3;
}
.TagClassName
{
border-color: #6E24A3;
}
</style>