Shades of Royal Purple #6640AD
Tints of Royal Purple #6640AD
RGB
CMYK
RGB Variations
Color information
#6640AD (or 0x6640AD) is known color: Royal Purple. HEX triplet: 66, 40 and AD. RGB value is (102,64,173). Sum of RGB (Red+Green+Blue) = 102+64+173=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #6640AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6640AD is #99BF52. Grayscale: #575757. Windows color (decimal): -10075987 or 11354214. OLE color: 11354214.
HSL color Cylindrical-coordinate representation of color #6640AD: hue angle of 260.92º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6640AD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 64 | 173 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.32 |
| HSL | 260.92º | 0.46% | 0.46% | - |
| HSV(B) | 260.92º | 0.63% | 0.68% | - |
| XYZ | 14.86 | 9.51 | 40.59 | - |
| YUV | 87.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 173 | 0.41 | 0.63 | 0 | 0.32 | 260.92 | 0.46 | 0.46 |
| Hex | 66 | 40 | AD | 29 | 3F | 0 | 20 | 105 | 2E | 2E |
| Octal | 146 | 100 | 255 | 51 | 77 | 0 | 40 | 405 | 56 | 56 |
| Binary | 1100110 | 1000000 | 10101101 | 101001 | 111111 | 0 | 100000 | 100000101 | 101110 | 101110 |
Color Harmonies of #6640AD
Complementary color
Monochromatic Colors of #6640AD
Black with #6640AD
Text Example
Text Example
White with #6640AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640AD; }
p { color: rgb(102,64,173); }
H1.HeaderClassName
{
color: #6640AD;
}
.AnyTagClassName
{
color: #6640AD;
}
</style>
background-color css
<style>
a { background-color: #6640AD; }
a { background-color: rgb(102,64,173); }
div.DivClassName
{
background-color: #6640AD;
}
.BgClassName
{
background-color: #6640AD;
}
</style>
border-color css
<style>
span { border-color: #6640AD; }
span { border-color: rgb(102,64,173); }
td.TdClassName
{
border-color: #6640AD;
}
.TagClassName
{
border-color: #6640AD;
}
</style>