Shades of Royal Purple #6C339E
Tints of Royal Purple #6C339E
RGB
CMYK
RGB Variations
Color information
#6C339E (or 0x6C339E) is known color: Royal Purple. HEX triplet: 6C, 33 and 9E. RGB value is (108,51,158). Sum of RGB (Red+Green+Blue) = 108+51+158=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C339E is #93CC61. Grayscale: #4F4F4F. Windows color (decimal): -9686114 or 10367852. OLE color: 10367852.
HSL color Cylindrical-coordinate representation of color #6C339E: hue angle of 271.96º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C339E is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 51 | 158 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.38 |
| HSL | 271.96º | 0.51% | 0.41% | - |
| HSV(B) | 271.96º | 0.68% | 0.62% | - |
| XYZ | 13.54 | 8.02 | 33.18 | - |
| YUV | 80.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 158 | 0.32 | 0.68 | 0 | 0.38 | 271.96 | 0.51 | 0.41 |
| Hex | 6C | 33 | 9E | 20 | 44 | 0 | 26 | 110 | 33 | 29 |
| Octal | 154 | 63 | 236 | 40 | 104 | 0 | 46 | 420 | 63 | 51 |
| Binary | 1101100 | 110011 | 10011110 | 100000 | 1000100 | 0 | 100110 | 100010000 | 110011 | 101001 |
Color Harmonies of #6C339E
Complementary color
Monochromatic Colors of #6C339E
Black with #6C339E
Text Example
Text Example
White with #6C339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C339E; }
p { color: rgb(108,51,158); }
H1.HeaderClassName
{
color: #6C339E;
}
.AnyTagClassName
{
color: #6C339E;
}
</style>
background-color css
<style>
a { background-color: #6C339E; }
a { background-color: rgb(108,51,158); }
div.DivClassName
{
background-color: #6C339E;
}
.BgClassName
{
background-color: #6C339E;
}
</style>
border-color css
<style>
span { border-color: #6C339E; }
span { border-color: rgb(108,51,158); }
td.TdClassName
{
border-color: #6C339E;
}
.TagClassName
{
border-color: #6C339E;
}
</style>