Shades of Royal Purple #6C239E
Tints of Royal Purple #6C239E
RGB
CMYK
RGB Variations
Color information
#6C239E (or 0x6C239E) is known color: Royal Purple. HEX triplet: 6C, 23 and 9E. RGB value is (108,35,158). Sum of RGB (Red+Green+Blue) = 108+35+158=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C239E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C239E is #93DC61. Grayscale: #464646. Windows color (decimal): -9690210 or 10363756. OLE color: 10363756.
HSL color Cylindrical-coordinate representation of color #6C239E: hue angle of 275.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C239E is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 35 | 158 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.38 |
| HSL | 275.61º | 0.64% | 0.38% | - |
| HSV(B) | 275.61º | 0.78% | 0.62% | - |
| XYZ | 12.96 | 6.86 | 32.99 | - |
| YUV | 70.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 158 | 0.32 | 0.78 | 0 | 0.38 | 275.61 | 0.64 | 0.38 |
| Hex | 6C | 23 | 9E | 20 | 4E | 0 | 26 | 114 | 40 | 26 |
| Octal | 154 | 43 | 236 | 40 | 116 | 0 | 46 | 424 | 100 | 46 |
| Binary | 1101100 | 100011 | 10011110 | 100000 | 1001110 | 0 | 100110 | 100010100 | 1000000 | 100110 |
Color Harmonies of #6C239E
Complementary color
Monochromatic Colors of #6C239E
Black with #6C239E
Text Example
Text Example
White with #6C239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C239E; }
p { color: rgb(108,35,158); }
H1.HeaderClassName
{
color: #6C239E;
}
.AnyTagClassName
{
color: #6C239E;
}
</style>
background-color css
<style>
a { background-color: #6C239E; }
a { background-color: rgb(108,35,158); }
div.DivClassName
{
background-color: #6C239E;
}
.BgClassName
{
background-color: #6C239E;
}
</style>
border-color css
<style>
span { border-color: #6C239E; }
span { border-color: rgb(108,35,158); }
td.TdClassName
{
border-color: #6C239E;
}
.TagClassName
{
border-color: #6C239E;
}
</style>