Shades of Royal Purple #663CAA
Tints of Royal Purple #663CAA
RGB
CMYK
RGB Variations
Color information
#663CAA (or 0x663CAA) is known color: Royal Purple. HEX triplet: 66, 3C and AA. RGB value is (102,60,170). Sum of RGB (Red+Green+Blue) = 102+60+170=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #663CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663CAA is #99C355. Grayscale: #545454. Windows color (decimal): -10077014 or 11156582. OLE color: 11156582.
HSL color Cylindrical-coordinate representation of color #663CAA: hue angle of 262.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663CAA is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 60 | 170 | - |
| CMYK | 0.4 | 0.65 | 0 | 0.33 |
| HSL | 262.91º | 0.48% | 0.45% | - |
| HSV(B) | 262.91º | 0.65% | 0.67% | - |
| XYZ | 14.35 | 8.96 | 39 | - |
| YUV | 85.1 | 175.91 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 170 | 0.4 | 0.65 | 0 | 0.33 | 262.91 | 0.48 | 0.45 |
| Hex | 66 | 3C | AA | 28 | 41 | 0 | 21 | 107 | 30 | 2D |
| Octal | 146 | 74 | 252 | 50 | 101 | 0 | 41 | 407 | 60 | 55 |
| Binary | 1100110 | 111100 | 10101010 | 101000 | 1000001 | 0 | 100001 | 100000111 | 110000 | 101101 |
Color Harmonies of #663CAA
Complementary color
Monochromatic Colors of #663CAA
Black with #663CAA
Text Example
Text Example
White with #663CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CAA; }
p { color: rgb(102,60,170); }
H1.HeaderClassName
{
color: #663CAA;
}
.AnyTagClassName
{
color: #663CAA;
}
</style>
background-color css
<style>
a { background-color: #663CAA; }
a { background-color: rgb(102,60,170); }
div.DivClassName
{
background-color: #663CAA;
}
.BgClassName
{
background-color: #663CAA;
}
</style>
border-color css
<style>
span { border-color: #663CAA; }
span { border-color: rgb(102,60,170); }
td.TdClassName
{
border-color: #663CAA;
}
.TagClassName
{
border-color: #663CAA;
}
</style>