Shades of Royal Purple #6D329E
Tints of Royal Purple #6D329E
RGB
CMYK
RGB Variations
Color information
#6D329E (or 0x6D329E) is known color: Royal Purple. HEX triplet: 6D, 32 and 9E. RGB value is (109,50,158). Sum of RGB (Red+Green+Blue) = 109+50+158=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 50 (19.92% from 255 or 15.77% 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 #6D329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D329E is #92CD61. Grayscale: #4F4F4F. Windows color (decimal): -9620834 or 10367597. OLE color: 10367597.
HSL color Cylindrical-coordinate representation of color #6D329E: hue angle of 272.78º degrees, saturation: 0.52, 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 #6D329E is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 50 | 158 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.38 |
| HSL | 272.78º | 0.52% | 0.41% | - |
| HSV(B) | 272.78º | 0.68% | 0.62% | - |
| XYZ | 13.62 | 8 | 33.17 | - |
| YUV | 79.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 158 | 0.31 | 0.68 | 0 | 0.38 | 272.78 | 0.52 | 0.41 |
| Hex | 6D | 32 | 9E | 1F | 44 | 0 | 26 | 111 | 34 | 29 |
| Octal | 155 | 62 | 236 | 37 | 104 | 0 | 46 | 421 | 64 | 51 |
| Binary | 1101101 | 110010 | 10011110 | 11111 | 1000100 | 0 | 100110 | 100010001 | 110100 | 101001 |
Color Harmonies of #6D329E
Complementary color
Monochromatic Colors of #6D329E
Black with #6D329E
Text Example
Text Example
White with #6D329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D329E; }
p { color: rgb(109,50,158); }
H1.HeaderClassName
{
color: #6D329E;
}
.AnyTagClassName
{
color: #6D329E;
}
</style>
background-color css
<style>
a { background-color: #6D329E; }
a { background-color: rgb(109,50,158); }
div.DivClassName
{
background-color: #6D329E;
}
.BgClassName
{
background-color: #6D329E;
}
</style>
border-color css
<style>
span { border-color: #6D329E; }
span { border-color: rgb(109,50,158); }
td.TdClassName
{
border-color: #6D329E;
}
.TagClassName
{
border-color: #6D329E;
}
</style>