Shades of Royal Purple #6D1D9C
Tints of Royal Purple #6D1D9C
RGB
CMYK
RGB Variations
Color information
#6D1D9C (or 0x6D1D9C) is known color: Royal Purple. HEX triplet: 6D, 1D and 9C. RGB value is (109,29,156). Sum of RGB (Red+Green+Blue) = 109+29+156=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D1D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1D9C is #92E263. Grayscale: #424242. Windows color (decimal): -9626212 or 10231149. OLE color: 10231149.
HSL color Cylindrical-coordinate representation of color #6D1D9C: hue angle of 277.8º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1D9C is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 29 | 156 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.39 |
| HSL | 277.8º | 0.69% | 0.36% | - |
| HSV(B) | 277.8º | 0.81% | 0.61% | - |
| XYZ | 12.75 | 6.53 | 32.04 | - |
| YUV | 67.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 156 | 0.30 | 0.81 | 0 | 0.39 | 277.8 | 0.69 | 0.36 |
| Hex | 6D | 1D | 9C | 1E | 51 | 0 | 27 | 116 | 45 | 24 |
| Octal | 155 | 35 | 234 | 36 | 121 | 0 | 47 | 426 | 105 | 44 |
| Binary | 1101101 | 11101 | 10011100 | 11110 | 1010001 | 0 | 100111 | 100010110 | 1000101 | 100100 |
Color Harmonies of #6D1D9C
Complementary color
Monochromatic Colors of #6D1D9C
Black with #6D1D9C
Text Example
Text Example
White with #6D1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D9C; }
p { color: rgb(109,29,156); }
H1.HeaderClassName
{
color: #6D1D9C;
}
.AnyTagClassName
{
color: #6D1D9C;
}
</style>
background-color css
<style>
a { background-color: #6D1D9C; }
a { background-color: rgb(109,29,156); }
div.DivClassName
{
background-color: #6D1D9C;
}
.BgClassName
{
background-color: #6D1D9C;
}
</style>
border-color css
<style>
span { border-color: #6D1D9C; }
span { border-color: rgb(109,29,156); }
td.TdClassName
{
border-color: #6D1D9C;
}
.TagClassName
{
border-color: #6D1D9C;
}
</style>