Shades of Royal Purple #663EAA
Tints of Royal Purple #663EAA
RGB
CMYK
RGB Variations
Color information
#663EAA (or 0x663EAA) is known color: Royal Purple. HEX triplet: 66, 3E and AA. RGB value is (102,62,170). Sum of RGB (Red+Green+Blue) = 102+62+170=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #663EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663EAA is #99C155. Grayscale: #555555. Windows color (decimal): -10076502 or 11157094. OLE color: 11157094.
HSL color Cylindrical-coordinate representation of color #663EAA: hue angle of 262.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663EAA is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 62 | 170 | - |
| CMYK | 0.4 | 0.64 | 0 | 0.33 |
| HSL | 262.22º | 0.47% | 0.45% | - |
| HSV(B) | 262.22º | 0.64% | 0.67% | - |
| XYZ | 14.46 | 9.17 | 39.04 | - |
| YUV | 86.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 170 | 0.4 | 0.64 | 0 | 0.33 | 262.22 | 0.47 | 0.45 |
| Hex | 66 | 3E | AA | 28 | 40 | 0 | 21 | 106 | 2F | 2D |
| Octal | 146 | 76 | 252 | 50 | 100 | 0 | 41 | 406 | 57 | 55 |
| Binary | 1100110 | 111110 | 10101010 | 101000 | 1000000 | 0 | 100001 | 100000110 | 101111 | 101101 |
Color Harmonies of #663EAA
Complementary color
Monochromatic Colors of #663EAA
Black with #663EAA
Text Example
Text Example
White with #663EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EAA; }
p { color: rgb(102,62,170); }
H1.HeaderClassName
{
color: #663EAA;
}
.AnyTagClassName
{
color: #663EAA;
}
</style>
background-color css
<style>
a { background-color: #663EAA; }
a { background-color: rgb(102,62,170); }
div.DivClassName
{
background-color: #663EAA;
}
.BgClassName
{
background-color: #663EAA;
}
</style>
border-color css
<style>
span { border-color: #663EAA; }
span { border-color: rgb(102,62,170); }
td.TdClassName
{
border-color: #663EAA;
}
.TagClassName
{
border-color: #663EAA;
}
</style>