Shades of Royal Purple #6D319A
Tints of Royal Purple #6D319A
RGB
CMYK
RGB Variations
Color information
#6D319A (or 0x6D319A) is known color: Royal Purple. HEX triplet: 6D, 31 and 9A. RGB value is (109,49,154). Sum of RGB (Red+Green+Blue) = 109+49+154=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D319A is #92CE65. Grayscale: #4E4E4E. Windows color (decimal): -9621094 or 10105197. OLE color: 10105197.
HSL color Cylindrical-coordinate representation of color #6D319A: hue angle of 274.29º degrees, saturation: 0.52, 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 #6D319A is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 49 | 154 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.40 |
| HSL | 274.29º | 0.52% | 0.4% | - |
| HSV(B) | 274.29º | 0.68% | 0.6% | - |
| XYZ | 13.24 | 7.78 | 31.38 | - |
| YUV | 78.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 154 | 0.29 | 0.68 | 0 | 0.40 | 274.29 | 0.52 | 0.4 |
| Hex | 6D | 31 | 9A | 1D | 44 | 0 | 28 | 112 | 34 | 28 |
| Octal | 155 | 61 | 232 | 35 | 104 | 0 | 50 | 422 | 64 | 50 |
| Binary | 1101101 | 110001 | 10011010 | 11101 | 1000100 | 0 | 101000 | 100010010 | 110100 | 101000 |
Color Harmonies of #6D319A
Complementary color
Monochromatic Colors of #6D319A
Black with #6D319A
Text Example
Text Example
White with #6D319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D319A; }
p { color: rgb(109,49,154); }
H1.HeaderClassName
{
color: #6D319A;
}
.AnyTagClassName
{
color: #6D319A;
}
</style>
background-color css
<style>
a { background-color: #6D319A; }
a { background-color: rgb(109,49,154); }
div.DivClassName
{
background-color: #6D319A;
}
.BgClassName
{
background-color: #6D319A;
}
</style>
border-color css
<style>
span { border-color: #6D319A; }
span { border-color: rgb(109,49,154); }
td.TdClassName
{
border-color: #6D319A;
}
.TagClassName
{
border-color: #6D319A;
}
</style>