Shades of Royal Purple #6E239C
Tints of Royal Purple #6E239C
RGB
CMYK
RGB Variations
Color information
#6E239C (or 0x6E239C) is known color: Royal Purple. HEX triplet: 6E, 23 and 9C. RGB value is (110,35,156). Sum of RGB (Red+Green+Blue) = 110+35+156=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E239C is #91DC63. Grayscale: #464646. Windows color (decimal): -9559140 or 10232686. OLE color: 10232686.
HSL color Cylindrical-coordinate representation of color #6E239C: hue angle of 277.19º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E239C is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 35 | 156 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.39 |
| HSL | 277.19º | 0.63% | 0.37% | - |
| HSV(B) | 277.19º | 0.78% | 0.61% | - |
| XYZ | 13.03 | 6.92 | 32.1 | - |
| YUV | 71.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 156 | 0.29 | 0.78 | 0 | 0.39 | 277.19 | 0.63 | 0.37 |
| Hex | 6E | 23 | 9C | 1D | 4E | 0 | 27 | 115 | 3F | 25 |
| Octal | 156 | 43 | 234 | 35 | 116 | 0 | 47 | 425 | 77 | 45 |
| Binary | 1101110 | 100011 | 10011100 | 11101 | 1001110 | 0 | 100111 | 100010101 | 111111 | 100101 |
Color Harmonies of #6E239C
Complementary color
Monochromatic Colors of #6E239C
Black with #6E239C
Text Example
Text Example
White with #6E239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E239C; }
p { color: rgb(110,35,156); }
H1.HeaderClassName
{
color: #6E239C;
}
.AnyTagClassName
{
color: #6E239C;
}
</style>
background-color css
<style>
a { background-color: #6E239C; }
a { background-color: rgb(110,35,156); }
div.DivClassName
{
background-color: #6E239C;
}
.BgClassName
{
background-color: #6E239C;
}
</style>
border-color css
<style>
span { border-color: #6E239C; }
span { border-color: rgb(110,35,156); }
td.TdClassName
{
border-color: #6E239C;
}
.TagClassName
{
border-color: #6E239C;
}
</style>