Shades of Royal Purple #6D299A
Tints of Royal Purple #6D299A
RGB
CMYK
RGB Variations
Color information
#6D299A (or 0x6D299A) is known color: Royal Purple. HEX triplet: 6D, 29 and 9A. RGB value is (109,41,154). Sum of RGB (Red+Green+Blue) = 109+41+154=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D299A is #92D665. Grayscale: #494949. Windows color (decimal): -9623142 or 10103149. OLE color: 10103149.
HSL color Cylindrical-coordinate representation of color #6D299A: hue angle of 276.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D299A is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 41 | 154 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.40 |
| HSL | 276.11º | 0.58% | 0.38% | - |
| HSV(B) | 276.11º | 0.73% | 0.6% | - |
| XYZ | 12.93 | 7.17 | 31.27 | - |
| YUV | 74.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 154 | 0.29 | 0.73 | 0 | 0.40 | 276.11 | 0.58 | 0.38 |
| Hex | 6D | 29 | 9A | 1D | 49 | 0 | 28 | 114 | 3A | 26 |
| Octal | 155 | 51 | 232 | 35 | 111 | 0 | 50 | 424 | 72 | 46 |
| Binary | 1101101 | 101001 | 10011010 | 11101 | 1001001 | 0 | 101000 | 100010100 | 111010 | 100110 |
Color Harmonies of #6D299A
Complementary color
Monochromatic Colors of #6D299A
Black with #6D299A
Text Example
Text Example
White with #6D299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D299A; }
p { color: rgb(109,41,154); }
H1.HeaderClassName
{
color: #6D299A;
}
.AnyTagClassName
{
color: #6D299A;
}
</style>
background-color css
<style>
a { background-color: #6D299A; }
a { background-color: rgb(109,41,154); }
div.DivClassName
{
background-color: #6D299A;
}
.BgClassName
{
background-color: #6D299A;
}
</style>
border-color css
<style>
span { border-color: #6D299A; }
span { border-color: rgb(109,41,154); }
td.TdClassName
{
border-color: #6D299A;
}
.TagClassName
{
border-color: #6D299A;
}
</style>