Shades of Royal Purple #6D329B
Tints of Royal Purple #6D329B
RGB
CMYK
RGB Variations
Color information
#6D329B (or 0x6D329B) is known color: Royal Purple. HEX triplet: 6D, 32 and 9B. RGB value is (109,50,155). Sum of RGB (Red+Green+Blue) = 109+50+155=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D329B is #92CD64. Grayscale: #4F4F4F. Windows color (decimal): -9620837 or 10170989. OLE color: 10170989.
HSL color Cylindrical-coordinate representation of color #6D329B: hue angle of 273.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D329B is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 50 | 155 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.39 |
| HSL | 273.71º | 0.51% | 0.4% | - |
| HSV(B) | 273.71º | 0.68% | 0.61% | - |
| XYZ | 13.36 | 7.9 | 31.83 | - |
| YUV | 79.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 155 | 0.30 | 0.68 | 0 | 0.39 | 273.71 | 0.51 | 0.4 |
| Hex | 6D | 32 | 9B | 1E | 44 | 0 | 27 | 112 | 33 | 28 |
| Octal | 155 | 62 | 233 | 36 | 104 | 0 | 47 | 422 | 63 | 50 |
| Binary | 1101101 | 110010 | 10011011 | 11110 | 1000100 | 0 | 100111 | 100010010 | 110011 | 101000 |
Color Harmonies of #6D329B
Complementary color
Monochromatic Colors of #6D329B
Black with #6D329B
Text Example
Text Example
White with #6D329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D329B; }
p { color: rgb(109,50,155); }
H1.HeaderClassName
{
color: #6D329B;
}
.AnyTagClassName
{
color: #6D329B;
}
</style>
background-color css
<style>
a { background-color: #6D329B; }
a { background-color: rgb(109,50,155); }
div.DivClassName
{
background-color: #6D329B;
}
.BgClassName
{
background-color: #6D329B;
}
</style>
border-color css
<style>
span { border-color: #6D329B; }
span { border-color: rgb(109,50,155); }
td.TdClassName
{
border-color: #6D329B;
}
.TagClassName
{
border-color: #6D329B;
}
</style>