Shades of Royal Purple #6C329F
Tints of Royal Purple #6C329F
RGB
CMYK
RGB Variations
Color information
#6C329F (or 0x6C329F) is known color: Royal Purple. HEX triplet: 6C, 32 and 9F. RGB value is (108,50,159). Sum of RGB (Red+Green+Blue) = 108+50+159=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C329F is #93CD60. Grayscale: #4F4F4F. Windows color (decimal): -9686369 or 10433132. OLE color: 10433132.
HSL color Cylindrical-coordinate representation of color #6C329F: hue angle of 271.93º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C329F is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 50 | 159 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.38 |
| HSL | 271.93º | 0.52% | 0.41% | - |
| HSV(B) | 271.93º | 0.69% | 0.62% | - |
| XYZ | 13.58 | 7.97 | 33.62 | - |
| YUV | 79.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 159 | 0.32 | 0.69 | 0 | 0.38 | 271.93 | 0.52 | 0.41 |
| Hex | 6C | 32 | 9F | 20 | 45 | 0 | 26 | 110 | 34 | 29 |
| Octal | 154 | 62 | 237 | 40 | 105 | 0 | 46 | 420 | 64 | 51 |
| Binary | 1101100 | 110010 | 10011111 | 100000 | 1000101 | 0 | 100110 | 100010000 | 110100 | 101001 |
Color Harmonies of #6C329F
Complementary color
Monochromatic Colors of #6C329F
Black with #6C329F
Text Example
Text Example
White with #6C329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C329F; }
p { color: rgb(108,50,159); }
H1.HeaderClassName
{
color: #6C329F;
}
.AnyTagClassName
{
color: #6C329F;
}
</style>
background-color css
<style>
a { background-color: #6C329F; }
a { background-color: rgb(108,50,159); }
div.DivClassName
{
background-color: #6C329F;
}
.BgClassName
{
background-color: #6C329F;
}
</style>
border-color css
<style>
span { border-color: #6C329F; }
span { border-color: rgb(108,50,159); }
td.TdClassName
{
border-color: #6C329F;
}
.TagClassName
{
border-color: #6C329F;
}
</style>