Shades of Royal Purple #6D329A
Tints of Royal Purple #6D329A
RGB
CMYK
RGB Variations
Color information
#6D329A (or 0x6D329A) is known color: Royal Purple. HEX triplet: 6D, 32 and 9A. RGB value is (109,50,154). Sum of RGB (Red+Green+Blue) = 109+50+154=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D329A is #92CD65. Grayscale: #4F4F4F. Windows color (decimal): -9620838 or 10105453. OLE color: 10105453.
HSL color Cylindrical-coordinate representation of color #6D329A: hue angle of 274.04º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D329A is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 50 | 154 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.40 |
| HSL | 274.04º | 0.51% | 0.4% | - |
| HSV(B) | 274.04º | 0.68% | 0.6% | - |
| XYZ | 13.28 | 7.87 | 31.39 | - |
| YUV | 79.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 154 | 0.29 | 0.68 | 0 | 0.40 | 274.04 | 0.51 | 0.4 |
| Hex | 6D | 32 | 9A | 1D | 44 | 0 | 28 | 112 | 33 | 28 |
| Octal | 155 | 62 | 232 | 35 | 104 | 0 | 50 | 422 | 63 | 50 |
| Binary | 1101101 | 110010 | 10011010 | 11101 | 1000100 | 0 | 101000 | 100010010 | 110011 | 101000 |
Color Harmonies of #6D329A
Complementary color
Monochromatic Colors of #6D329A
Black with #6D329A
Text Example
Text Example
White with #6D329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D329A; }
p { color: rgb(109,50,154); }
H1.HeaderClassName
{
color: #6D329A;
}
.AnyTagClassName
{
color: #6D329A;
}
</style>
background-color css
<style>
a { background-color: #6D329A; }
a { background-color: rgb(109,50,154); }
div.DivClassName
{
background-color: #6D329A;
}
.BgClassName
{
background-color: #6D329A;
}
</style>
border-color css
<style>
span { border-color: #6D329A; }
span { border-color: rgb(109,50,154); }
td.TdClassName
{
border-color: #6D329A;
}
.TagClassName
{
border-color: #6D329A;
}
</style>