Shades of Royal Purple #6C239D
Tints of Royal Purple #6C239D
RGB
CMYK
RGB Variations
Color information
#6C239D (or 0x6C239D) is known color: Royal Purple. HEX triplet: 6C, 23 and 9D. RGB value is (108,35,157). Sum of RGB (Red+Green+Blue) = 108+35+157=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C239D is #93DC62. Grayscale: #464646. Windows color (decimal): -9690211 or 10298220. OLE color: 10298220.
HSL color Cylindrical-coordinate representation of color #6C239D: hue angle of 275.9º 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 #6C239D is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 35 | 157 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.38 |
| HSL | 275.9º | 0.64% | 0.38% | - |
| HSV(B) | 275.9º | 0.78% | 0.62% | - |
| XYZ | 12.87 | 6.82 | 32.54 | - |
| YUV | 70.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 157 | 0.31 | 0.78 | 0 | 0.38 | 275.9 | 0.64 | 0.38 |
| Hex | 6C | 23 | 9D | 1F | 4E | 0 | 26 | 114 | 40 | 26 |
| Octal | 154 | 43 | 235 | 37 | 116 | 0 | 46 | 424 | 100 | 46 |
| Binary | 1101100 | 100011 | 10011101 | 11111 | 1001110 | 0 | 100110 | 100010100 | 1000000 | 100110 |
Color Harmonies of #6C239D
Complementary color
Monochromatic Colors of #6C239D
Black with #6C239D
Text Example
Text Example
White with #6C239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C239D; }
p { color: rgb(108,35,157); }
H1.HeaderClassName
{
color: #6C239D;
}
.AnyTagClassName
{
color: #6C239D;
}
</style>
background-color css
<style>
a { background-color: #6C239D; }
a { background-color: rgb(108,35,157); }
div.DivClassName
{
background-color: #6C239D;
}
.BgClassName
{
background-color: #6C239D;
}
</style>
border-color css
<style>
span { border-color: #6C239D; }
span { border-color: rgb(108,35,157); }
td.TdClassName
{
border-color: #6C239D;
}
.TagClassName
{
border-color: #6C239D;
}
</style>