Shades of Royal Purple #6642AD
Tints of Royal Purple #6642AD
RGB
CMYK
RGB Variations
Color information
#6642AD (or 0x6642AD) is known color: Royal Purple. HEX triplet: 66, 42 and AD. RGB value is (102,66,173). Sum of RGB (Red+Green+Blue) = 102+66+173=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6642AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642AD is #99BD52. Grayscale: #585858. Windows color (decimal): -10075475 or 11354726. OLE color: 11354726.
HSL color Cylindrical-coordinate representation of color #6642AD: hue angle of 260.19º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6642AD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 66 | 173 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.32 |
| HSL | 260.19º | 0.45% | 0.47% | - |
| HSV(B) | 260.19º | 0.62% | 0.68% | - |
| XYZ | 14.97 | 9.74 | 40.63 | - |
| YUV | 88.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 173 | 0.41 | 0.62 | 0 | 0.32 | 260.19 | 0.45 | 0.47 |
| Hex | 66 | 42 | AD | 29 | 3E | 0 | 20 | 104 | 2D | 2F |
| Octal | 146 | 102 | 255 | 51 | 76 | 0 | 40 | 404 | 55 | 57 |
| Binary | 1100110 | 1000010 | 10101101 | 101001 | 111110 | 0 | 100000 | 100000100 | 101101 | 101111 |
Color Harmonies of #6642AD
Complementary color
Monochromatic Colors of #6642AD
Black with #6642AD
Text Example
Text Example
White with #6642AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642AD; }
p { color: rgb(102,66,173); }
H1.HeaderClassName
{
color: #6642AD;
}
.AnyTagClassName
{
color: #6642AD;
}
</style>
background-color css
<style>
a { background-color: #6642AD; }
a { background-color: rgb(102,66,173); }
div.DivClassName
{
background-color: #6642AD;
}
.BgClassName
{
background-color: #6642AD;
}
</style>
border-color css
<style>
span { border-color: #6642AD; }
span { border-color: rgb(102,66,173); }
td.TdClassName
{
border-color: #6642AD;
}
.TagClassName
{
border-color: #6642AD;
}
</style>