Shades of Royal Purple #6629A9
Tints of Royal Purple #6629A9
RGB
CMYK
RGB Variations
Color information
#6629A9 (or 0x6629A9) is known color: Royal Purple. HEX triplet: 66, 29 and A9. RGB value is (102,41,169). Sum of RGB (Red+Green+Blue) = 102+41+169=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #6629A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6629A9 is #99D656. Grayscale: #494949. Windows color (decimal): -10081879 or 11086182. OLE color: 11086182.
HSL color Cylindrical-coordinate representation of color #6629A9: hue angle of 268.59º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6629A9 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 41 | 169 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.34 |
| HSL | 268.59º | 0.61% | 0.41% | - |
| HSV(B) | 268.59º | 0.76% | 0.66% | - |
| XYZ | 13.43 | 7.28 | 38.23 | - |
| YUV | 73.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 169 | 0.40 | 0.76 | 0 | 0.34 | 268.59 | 0.61 | 0.41 |
| Hex | 66 | 29 | A9 | 28 | 4C | 0 | 22 | 10D | 3D | 29 |
| Octal | 146 | 51 | 251 | 50 | 114 | 0 | 42 | 415 | 75 | 51 |
| Binary | 1100110 | 101001 | 10101001 | 101000 | 1001100 | 0 | 100010 | 100001101 | 111101 | 101001 |
Color Harmonies of #6629A9
Complementary color
Monochromatic Colors of #6629A9
Black with #6629A9
Text Example
Text Example
White with #6629A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6629A9; }
p { color: rgb(102,41,169); }
H1.HeaderClassName
{
color: #6629A9;
}
.AnyTagClassName
{
color: #6629A9;
}
</style>
background-color css
<style>
a { background-color: #6629A9; }
a { background-color: rgb(102,41,169); }
div.DivClassName
{
background-color: #6629A9;
}
.BgClassName
{
background-color: #6629A9;
}
</style>
border-color css
<style>
span { border-color: #6629A9; }
span { border-color: rgb(102,41,169); }
td.TdClassName
{
border-color: #6629A9;
}
.TagClassName
{
border-color: #6629A9;
}
</style>