Shades of Royal Purple #663BA9
Tints of Royal Purple #663BA9
RGB
CMYK
RGB Variations
Color information
#663BA9 (or 0x663BA9) is known color: Royal Purple. HEX triplet: 66, 3B and A9. RGB value is (102,59,169). Sum of RGB (Red+Green+Blue) = 102+59+169=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #663BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BA9 is #99C456. Grayscale: #545454. Windows color (decimal): -10077271 or 11090790. OLE color: 11090790.
HSL color Cylindrical-coordinate representation of color #663BA9: hue angle of 263.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #663BA9 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 59 | 169 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.34 |
| HSL | 263.45º | 0.48% | 0.45% | - |
| HSV(B) | 263.45º | 0.65% | 0.66% | - |
| XYZ | 14.2 | 8.82 | 38.49 | - |
| YUV | 84.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 169 | 0.40 | 0.65 | 0 | 0.34 | 263.45 | 0.48 | 0.45 |
| Hex | 66 | 3B | A9 | 28 | 41 | 0 | 22 | 107 | 30 | 2D |
| Octal | 146 | 73 | 251 | 50 | 101 | 0 | 42 | 407 | 60 | 55 |
| Binary | 1100110 | 111011 | 10101001 | 101000 | 1000001 | 0 | 100010 | 100000111 | 110000 | 101101 |
Color Harmonies of #663BA9
Complementary color
Monochromatic Colors of #663BA9
Black with #663BA9
Text Example
Text Example
White with #663BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BA9; }
p { color: rgb(102,59,169); }
H1.HeaderClassName
{
color: #663BA9;
}
.AnyTagClassName
{
color: #663BA9;
}
</style>
background-color css
<style>
a { background-color: #663BA9; }
a { background-color: rgb(102,59,169); }
div.DivClassName
{
background-color: #663BA9;
}
.BgClassName
{
background-color: #663BA9;
}
</style>
border-color css
<style>
span { border-color: #663BA9; }
span { border-color: rgb(102,59,169); }
td.TdClassName
{
border-color: #663BA9;
}
.TagClassName
{
border-color: #663BA9;
}
</style>