Shades of Royal Purple #6829A1
Tints of Royal Purple #6829A1
RGB
CMYK
RGB Variations
Color information
#6829A1 (or 0x6829A1) is known color: Royal Purple. HEX triplet: 68, 29 and A1. RGB value is (104,41,161). Sum of RGB (Red+Green+Blue) = 104+41+161=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 161 (63.28% from 255 or 52.61% from 306); Max value from RGB is 161 - color contains mainly: blue. Hex color #6829A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6829A1 is #97D65E. Grayscale: #494949. Windows color (decimal): -9950815 or 10561896. OLE color: 10561896.
HSL color Cylindrical-coordinate representation of color #6829A1: hue angle of 271.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6829A1 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 41 | 161 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.37 |
| HSL | 271.5º | 0.59% | 0.4% | - |
| HSV(B) | 271.5º | 0.75% | 0.63% | - |
| XYZ | 12.93 | 7.1 | 34.41 | - |
| YUV | 73.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 161 | 0.35 | 0.75 | 0 | 0.37 | 271.5 | 0.59 | 0.4 |
| Hex | 68 | 29 | A1 | 23 | 4B | 0 | 25 | 110 | 3B | 28 |
| Octal | 150 | 51 | 241 | 43 | 113 | 0 | 45 | 420 | 73 | 50 |
| Binary | 1101000 | 101001 | 10100001 | 100011 | 1001011 | 0 | 100101 | 100010000 | 111011 | 101000 |
Color Harmonies of #6829A1
Complementary color
Monochromatic Colors of #6829A1
Black with #6829A1
Text Example
Text Example
White with #6829A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6829A1; }
p { color: rgb(104,41,161); }
H1.HeaderClassName
{
color: #6829A1;
}
.AnyTagClassName
{
color: #6829A1;
}
</style>
background-color css
<style>
a { background-color: #6829A1; }
a { background-color: rgb(104,41,161); }
div.DivClassName
{
background-color: #6829A1;
}
.BgClassName
{
background-color: #6829A1;
}
</style>
border-color css
<style>
span { border-color: #6829A1; }
span { border-color: rgb(104,41,161); }
td.TdClassName
{
border-color: #6829A1;
}
.TagClassName
{
border-color: #6829A1;
}
</style>