Shades of Royal Purple #6649A7
Tints of Royal Purple #6649A7
RGB
CMYK
RGB Variations
Color information
#6649A7 (or 0x6649A7) is known color: Royal Purple. HEX triplet: 66, 49 and A7. RGB value is (102,73,167). Sum of RGB (Red+Green+Blue) = 102+73+167=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #6649A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6649A7 is #99B658. Grayscale: #5C5C5C. Windows color (decimal): -10073689 or 10963302. OLE color: 10963302.
HSL color Cylindrical-coordinate representation of color #6649A7: hue angle of 258.51º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6649A7 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 73 | 167 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.35 |
| HSL | 258.51º | 0.39% | 0.47% | - |
| HSV(B) | 258.51º | 0.56% | 0.65% | - |
| XYZ | 14.84 | 10.38 | 37.78 | - |
| YUV | 92.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 167 | 0.39 | 0.56 | 0 | 0.35 | 258.51 | 0.39 | 0.47 |
| Hex | 66 | 49 | A7 | 27 | 38 | 0 | 23 | 103 | 27 | 2F |
| Octal | 146 | 111 | 247 | 47 | 70 | 0 | 43 | 403 | 47 | 57 |
| Binary | 1100110 | 1001001 | 10100111 | 100111 | 111000 | 0 | 100011 | 100000011 | 100111 | 101111 |
Color Harmonies of #6649A7
Complementary color
Monochromatic Colors of #6649A7
Black with #6649A7
Text Example
Text Example
White with #6649A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649A7; }
p { color: rgb(102,73,167); }
H1.HeaderClassName
{
color: #6649A7;
}
.AnyTagClassName
{
color: #6649A7;
}
</style>
background-color css
<style>
a { background-color: #6649A7; }
a { background-color: rgb(102,73,167); }
div.DivClassName
{
background-color: #6649A7;
}
.BgClassName
{
background-color: #6649A7;
}
</style>
border-color css
<style>
span { border-color: #6649A7; }
span { border-color: rgb(102,73,167); }
td.TdClassName
{
border-color: #6649A7;
}
.TagClassName
{
border-color: #6649A7;
}
</style>