Shades of Royal Purple #662696
Tints of Royal Purple #662696
RGB
CMYK
RGB Variations
Color information
#662696 (or 0x662696) is known color: Royal Purple. HEX triplet: 66, 26 and 96. RGB value is (102,38,150). Sum of RGB (Red+Green+Blue) = 102+38+150=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #662696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662696 is #99D969. Grayscale: #454545. Windows color (decimal): -10082666 or 9840230. OLE color: 9840230.
HSL color Cylindrical-coordinate representation of color #662696: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662696 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 38 | 150 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.41 |
| HSL | 274.29º | 0.6% | 0.37% | - |
| HSV(B) | 274.29º | 0.75% | 0.59% | - |
| XYZ | 11.68 | 6.41 | 29.48 | - |
| YUV | 69.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 150 | 0.32 | 0.75 | 0 | 0.41 | 274.29 | 0.6 | 0.37 |
| Hex | 66 | 26 | 96 | 20 | 4B | 0 | 29 | 112 | 3C | 25 |
| Octal | 146 | 46 | 226 | 40 | 113 | 0 | 51 | 422 | 74 | 45 |
| Binary | 1100110 | 100110 | 10010110 | 100000 | 1001011 | 0 | 101001 | 100010010 | 111100 | 100101 |
Color Harmonies of #662696
Complementary color
Monochromatic Colors of #662696
Black with #662696
Text Example
Text Example
White with #662696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662696; }
p { color: rgb(102,38,150); }
H1.HeaderClassName
{
color: #662696;
}
.AnyTagClassName
{
color: #662696;
}
</style>
background-color css
<style>
a { background-color: #662696; }
a { background-color: rgb(102,38,150); }
div.DivClassName
{
background-color: #662696;
}
.BgClassName
{
background-color: #662696;
}
</style>
border-color css
<style>
span { border-color: #662696; }
span { border-color: rgb(102,38,150); }
td.TdClassName
{
border-color: #662696;
}
.TagClassName
{
border-color: #662696;
}
</style>