Shades of Royal Purple #6649AA
Tints of Royal Purple #6649AA
RGB
CMYK
RGB Variations
Color information
#6649AA (or 0x6649AA) is known color: Royal Purple. HEX triplet: 66, 49 and AA. RGB value is (102,73,170). Sum of RGB (Red+Green+Blue) = 102+73+170=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #6649AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6649AA is #99B655. Grayscale: #5C5C5C. Windows color (decimal): -10073686 or 11159910. OLE color: 11159910.
HSL color Cylindrical-coordinate representation of color #6649AA: hue angle of 257.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6649AA is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 73 | 170 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.33 |
| HSL | 257.94º | 0.4% | 0.48% | - |
| HSV(B) | 257.94º | 0.57% | 0.67% | - |
| XYZ | 15.12 | 10.49 | 39.26 | - |
| YUV | 92.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 170 | 0.4 | 0.57 | 0 | 0.33 | 257.94 | 0.4 | 0.48 |
| Hex | 66 | 49 | AA | 28 | 39 | 0 | 21 | 102 | 28 | 30 |
| Octal | 146 | 111 | 252 | 50 | 71 | 0 | 41 | 402 | 50 | 60 |
| Binary | 1100110 | 1001001 | 10101010 | 101000 | 111001 | 0 | 100001 | 100000010 | 101000 | 110000 |
Color Harmonies of #6649AA
Complementary color
Monochromatic Colors of #6649AA
Black with #6649AA
Text Example
Text Example
White with #6649AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649AA; }
p { color: rgb(102,73,170); }
H1.HeaderClassName
{
color: #6649AA;
}
.AnyTagClassName
{
color: #6649AA;
}
</style>
background-color css
<style>
a { background-color: #6649AA; }
a { background-color: rgb(102,73,170); }
div.DivClassName
{
background-color: #6649AA;
}
.BgClassName
{
background-color: #6649AA;
}
</style>
border-color css
<style>
span { border-color: #6649AA; }
span { border-color: rgb(102,73,170); }
td.TdClassName
{
border-color: #6649AA;
}
.TagClassName
{
border-color: #6649AA;
}
</style>