Shades of Royal Purple #6D299C
Tints of Royal Purple #6D299C
RGB
CMYK
RGB Variations
Color information
#6D299C (or 0x6D299C) is known color: Royal Purple. HEX triplet: 6D, 29 and 9C. RGB value is (109,41,156). Sum of RGB (Red+Green+Blue) = 109+41+156=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D299C is #92D663. Grayscale: #4A4A4A. Windows color (decimal): -9623140 or 10234221. OLE color: 10234221.
HSL color Cylindrical-coordinate representation of color #6D299C: hue angle of 275.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D299C is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 41 | 156 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.39 |
| HSL | 275.48º | 0.58% | 0.39% | - |
| HSV(B) | 275.48º | 0.74% | 0.61% | - |
| XYZ | 13.1 | 7.24 | 32.16 | - |
| YUV | 74.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 156 | 0.30 | 0.74 | 0 | 0.39 | 275.48 | 0.58 | 0.39 |
| Hex | 6D | 29 | 9C | 1E | 4A | 0 | 27 | 113 | 3A | 27 |
| Octal | 155 | 51 | 234 | 36 | 112 | 0 | 47 | 423 | 72 | 47 |
| Binary | 1101101 | 101001 | 10011100 | 11110 | 1001010 | 0 | 100111 | 100010011 | 111010 | 100111 |
Color Harmonies of #6D299C
Complementary color
Monochromatic Colors of #6D299C
Black with #6D299C
Text Example
Text Example
White with #6D299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D299C; }
p { color: rgb(109,41,156); }
H1.HeaderClassName
{
color: #6D299C;
}
.AnyTagClassName
{
color: #6D299C;
}
</style>
background-color css
<style>
a { background-color: #6D299C; }
a { background-color: rgb(109,41,156); }
div.DivClassName
{
background-color: #6D299C;
}
.BgClassName
{
background-color: #6D299C;
}
</style>
border-color css
<style>
span { border-color: #6D299C; }
span { border-color: rgb(109,41,156); }
td.TdClassName
{
border-color: #6D299C;
}
.TagClassName
{
border-color: #6D299C;
}
</style>