Shades of Royal Purple #6620A5
Tints of Royal Purple #6620A5
RGB
CMYK
RGB Variations
Color information
#6620A5 (or 0x6620A5) is known color: Royal Purple. HEX triplet: 66, 20 and A5. RGB value is (102,32,165). Sum of RGB (Red+Green+Blue) = 102+32+165=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #6620A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6620A5 is #99DF5A. Grayscale: #434343. Windows color (decimal): -10084187 or 10821734. OLE color: 10821734.
HSL color Cylindrical-coordinate representation of color #6620A5: hue angle of 271.58º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6620A5 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 32 | 165 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.35 |
| HSL | 271.58º | 0.68% | 0.39% | - |
| HSV(B) | 271.58º | 0.81% | 0.65% | - |
| XYZ | 12.79 | 6.57 | 36.19 | - |
| YUV | 68.09 | 182.69 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 165 | 0.38 | 0.81 | 0 | 0.35 | 271.58 | 0.68 | 0.39 |
| Hex | 66 | 20 | A5 | 26 | 51 | 0 | 23 | 110 | 44 | 27 |
| Octal | 146 | 40 | 245 | 46 | 121 | 0 | 43 | 420 | 104 | 47 |
| Binary | 1100110 | 100000 | 10100101 | 100110 | 1010001 | 0 | 100011 | 100010000 | 1000100 | 100111 |
Color Harmonies of #6620A5
Complementary color
Monochromatic Colors of #6620A5
Black with #6620A5
Text Example
Text Example
White with #6620A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6620A5; }
p { color: rgb(102,32,165); }
H1.HeaderClassName
{
color: #6620A5;
}
.AnyTagClassName
{
color: #6620A5;
}
</style>
background-color css
<style>
a { background-color: #6620A5; }
a { background-color: rgb(102,32,165); }
div.DivClassName
{
background-color: #6620A5;
}
.BgClassName
{
background-color: #6620A5;
}
</style>
border-color css
<style>
span { border-color: #6620A5; }
span { border-color: rgb(102,32,165); }
td.TdClassName
{
border-color: #6620A5;
}
.TagClassName
{
border-color: #6620A5;
}
</style>