Shades of Royal Purple #663696
Tints of Royal Purple #663696
RGB
CMYK
RGB Variations
Color information
#663696 (or 0x663696) is known color: Royal Purple. HEX triplet: 66, 36 and 96. RGB value is (102,54,150). Sum of RGB (Red+Green+Blue) = 102+54+150=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #663696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663696 is #99C969. Grayscale: #4E4E4E. Windows color (decimal): -10078570 or 9844326. OLE color: 9844326.
HSL color Cylindrical-coordinate representation of color #663696: hue angle of 270º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663696 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 54 | 150 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.41 |
| HSL | 270º | 0.47% | 0.4% | - |
| HSV(B) | 270º | 0.64% | 0.59% | - |
| XYZ | 12.3 | 7.67 | 29.69 | - |
| YUV | 79.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 150 | 0.32 | 0.64 | 0 | 0.41 | 270 | 0.47 | 0.4 |
| Hex | 66 | 36 | 96 | 20 | 40 | 0 | 29 | 10E | 2F | 28 |
| Octal | 146 | 66 | 226 | 40 | 100 | 0 | 51 | 416 | 57 | 50 |
| Binary | 1100110 | 110110 | 10010110 | 100000 | 1000000 | 0 | 101001 | 100001110 | 101111 | 101000 |
Color Harmonies of #663696
Complementary color
Monochromatic Colors of #663696
Black with #663696
Text Example
Text Example
White with #663696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663696; }
p { color: rgb(102,54,150); }
H1.HeaderClassName
{
color: #663696;
}
.AnyTagClassName
{
color: #663696;
}
</style>
background-color css
<style>
a { background-color: #663696; }
a { background-color: rgb(102,54,150); }
div.DivClassName
{
background-color: #663696;
}
.BgClassName
{
background-color: #663696;
}
</style>
border-color css
<style>
span { border-color: #663696; }
span { border-color: rgb(102,54,150); }
td.TdClassName
{
border-color: #663696;
}
.TagClassName
{
border-color: #663696;
}
</style>