Shades of Royal Purple #663FAA
Tints of Royal Purple #663FAA
RGB
CMYK
RGB Variations
Color information
#663FAA (or 0x663FAA) is known color: Royal Purple. HEX triplet: 66, 3F and AA. RGB value is (102,63,170). Sum of RGB (Red+Green+Blue) = 102+63+170=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #663FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663FAA is #99C055. Grayscale: #565656. Windows color (decimal): -10076246 or 11157350. OLE color: 11157350.
HSL color Cylindrical-coordinate representation of color #663FAA: hue angle of 261.87º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #663FAA is Cyan = 0.4, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 63 | 170 | - |
| CMYK | 0.4 | 0.63 | 0 | 0.33 |
| HSL | 261.87º | 0.46% | 0.46% | - |
| HSV(B) | 261.87º | 0.63% | 0.67% | - |
| XYZ | 14.51 | 9.28 | 39.06 | - |
| YUV | 86.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 170 | 0.4 | 0.63 | 0 | 0.33 | 261.87 | 0.46 | 0.46 |
| Hex | 66 | 3F | AA | 28 | 3F | 0 | 21 | 106 | 2E | 2E |
| Octal | 146 | 77 | 252 | 50 | 77 | 0 | 41 | 406 | 56 | 56 |
| Binary | 1100110 | 111111 | 10101010 | 101000 | 111111 | 0 | 100001 | 100000110 | 101110 | 101110 |
Color Harmonies of #663FAA
Complementary color
Monochromatic Colors of #663FAA
Black with #663FAA
Text Example
Text Example
White with #663FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FAA; }
p { color: rgb(102,63,170); }
H1.HeaderClassName
{
color: #663FAA;
}
.AnyTagClassName
{
color: #663FAA;
}
</style>
background-color css
<style>
a { background-color: #663FAA; }
a { background-color: rgb(102,63,170); }
div.DivClassName
{
background-color: #663FAA;
}
.BgClassName
{
background-color: #663FAA;
}
</style>
border-color css
<style>
span { border-color: #663FAA; }
span { border-color: rgb(102,63,170); }
td.TdClassName
{
border-color: #663FAA;
}
.TagClassName
{
border-color: #663FAA;
}
</style>