Shades of Royal Purple #6E239B
Tints of Royal Purple #6E239B
RGB
CMYK
RGB Variations
Color information
#6E239B (or 0x6E239B) is known color: Royal Purple. HEX triplet: 6E, 23 and 9B. RGB value is (110,35,155). Sum of RGB (Red+Green+Blue) = 110+35+155=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E239B is #91DC64. Grayscale: #464646. Windows color (decimal): -9559141 or 10167150. OLE color: 10167150.
HSL color Cylindrical-coordinate representation of color #6E239B: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E239B is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 35 | 155 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.39 |
| HSL | 277.5º | 0.63% | 0.37% | - |
| HSV(B) | 277.5º | 0.77% | 0.61% | - |
| XYZ | 12.95 | 6.88 | 31.66 | - |
| YUV | 71.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 155 | 0.29 | 0.77 | 0 | 0.39 | 277.5 | 0.63 | 0.37 |
| Hex | 6E | 23 | 9B | 1D | 4D | 0 | 27 | 116 | 3F | 25 |
| Octal | 156 | 43 | 233 | 35 | 115 | 0 | 47 | 426 | 77 | 45 |
| Binary | 1101110 | 100011 | 10011011 | 11101 | 1001101 | 0 | 100111 | 100010110 | 111111 | 100101 |
Color Harmonies of #6E239B
Complementary color
Monochromatic Colors of #6E239B
Black with #6E239B
Text Example
Text Example
White with #6E239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E239B; }
p { color: rgb(110,35,155); }
H1.HeaderClassName
{
color: #6E239B;
}
.AnyTagClassName
{
color: #6E239B;
}
</style>
background-color css
<style>
a { background-color: #6E239B; }
a { background-color: rgb(110,35,155); }
div.DivClassName
{
background-color: #6E239B;
}
.BgClassName
{
background-color: #6E239B;
}
</style>
border-color css
<style>
span { border-color: #6E239B; }
span { border-color: rgb(110,35,155); }
td.TdClassName
{
border-color: #6E239B;
}
.TagClassName
{
border-color: #6E239B;
}
</style>