Shades of Royal Purple #6635AD
Tints of Royal Purple #6635AD
RGB
CMYK
RGB Variations
Color information
#6635AD (or 0x6635AD) is known color: Royal Purple. HEX triplet: 66, 35 and AD. RGB value is (102,53,173). Sum of RGB (Red+Green+Blue) = 102+53+173=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #6635AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6635AD is #99CA52. Grayscale: #505050. Windows color (decimal): -10078803 or 11351398. OLE color: 11351398.
HSL color Cylindrical-coordinate representation of color #6635AD: hue angle of 264.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6635AD is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 53 | 173 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.32 |
| HSL | 264.5º | 0.53% | 0.44% | - |
| HSV(B) | 264.5º | 0.69% | 0.68% | - |
| XYZ | 14.3 | 8.39 | 40.4 | - |
| YUV | 81.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 173 | 0.41 | 0.69 | 0 | 0.32 | 264.5 | 0.53 | 0.44 |
| Hex | 66 | 35 | AD | 29 | 45 | 0 | 20 | 108 | 35 | 2C |
| Octal | 146 | 65 | 255 | 51 | 105 | 0 | 40 | 410 | 65 | 54 |
| Binary | 1100110 | 110101 | 10101101 | 101001 | 1000101 | 0 | 100000 | 100001000 | 110101 | 101100 |
Color Harmonies of #6635AD
Complementary color
Monochromatic Colors of #6635AD
Black with #6635AD
Text Example
Text Example
White with #6635AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6635AD; }
p { color: rgb(102,53,173); }
H1.HeaderClassName
{
color: #6635AD;
}
.AnyTagClassName
{
color: #6635AD;
}
</style>
background-color css
<style>
a { background-color: #6635AD; }
a { background-color: rgb(102,53,173); }
div.DivClassName
{
background-color: #6635AD;
}
.BgClassName
{
background-color: #6635AD;
}
</style>
border-color css
<style>
span { border-color: #6635AD; }
span { border-color: rgb(102,53,173); }
td.TdClassName
{
border-color: #6635AD;
}
.TagClassName
{
border-color: #6635AD;
}
</style>