Shades of Royal Purple #663EAC
Tints of Royal Purple #663EAC
RGB
CMYK
RGB Variations
Color information
#663EAC (or 0x663EAC) is known color: Royal Purple. HEX triplet: 66, 3E and AC. RGB value is (102,62,172). Sum of RGB (Red+Green+Blue) = 102+62+172=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #663EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663EAC is #99C153. Grayscale: #565656. Windows color (decimal): -10076500 or 11288166. OLE color: 11288166.
HSL color Cylindrical-coordinate representation of color #663EAC: hue angle of 261.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663EAC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 62 | 172 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.33 |
| HSL | 261.82º | 0.47% | 0.46% | - |
| HSV(B) | 261.82º | 0.64% | 0.67% | - |
| XYZ | 14.65 | 9.25 | 40.04 | - |
| YUV | 86.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 172 | 0.41 | 0.64 | 0 | 0.33 | 261.82 | 0.47 | 0.46 |
| Hex | 66 | 3E | AC | 29 | 40 | 0 | 21 | 106 | 2F | 2E |
| Octal | 146 | 76 | 254 | 51 | 100 | 0 | 41 | 406 | 57 | 56 |
| Binary | 1100110 | 111110 | 10101100 | 101001 | 1000000 | 0 | 100001 | 100000110 | 101111 | 101110 |
Color Harmonies of #663EAC
Complementary color
Monochromatic Colors of #663EAC
Black with #663EAC
Text Example
Text Example
White with #663EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EAC; }
p { color: rgb(102,62,172); }
H1.HeaderClassName
{
color: #663EAC;
}
.AnyTagClassName
{
color: #663EAC;
}
</style>
background-color css
<style>
a { background-color: #663EAC; }
a { background-color: rgb(102,62,172); }
div.DivClassName
{
background-color: #663EAC;
}
.BgClassName
{
background-color: #663EAC;
}
</style>
border-color css
<style>
span { border-color: #663EAC; }
span { border-color: rgb(102,62,172); }
td.TdClassName
{
border-color: #663EAC;
}
.TagClassName
{
border-color: #663EAC;
}
</style>