Shades of Royal Purple #66169E
Tints of Royal Purple #66169E
RGB
CMYK
RGB Variations
Color information
#66169E (or 0x66169E) is known color: Royal Purple. HEX triplet: 66, 16 and 9E. RGB value is (102,22,158). Sum of RGB (Red+Green+Blue) = 102+22+158=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #66169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66169E is #99E961. Grayscale: #3C3C3C. Windows color (decimal): -10086754 or 10360422. OLE color: 10360422.
HSL color Cylindrical-coordinate representation of color #66169E: hue angle of 275.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66169E is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 22 | 158 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.38 |
| HSL | 275.29º | 0.76% | 0.35% | - |
| HSV(B) | 275.29º | 0.86% | 0.62% | - |
| XYZ | 11.94 | 5.87 | 32.85 | - |
| YUV | 61.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 158 | 0.35 | 0.86 | 0 | 0.38 | 275.29 | 0.76 | 0.35 |
| Hex | 66 | 16 | 9E | 23 | 56 | 0 | 26 | 113 | 4C | 23 |
| Octal | 146 | 26 | 236 | 43 | 126 | 0 | 46 | 423 | 114 | 43 |
| Binary | 1100110 | 10110 | 10011110 | 100011 | 1010110 | 0 | 100110 | 100010011 | 1001100 | 100011 |
Color Harmonies of #66169E
Complementary color
Monochromatic Colors of #66169E
Black with #66169E
Text Example
Text Example
White with #66169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66169E; }
p { color: rgb(102,22,158); }
H1.HeaderClassName
{
color: #66169E;
}
.AnyTagClassName
{
color: #66169E;
}
</style>
background-color css
<style>
a { background-color: #66169E; }
a { background-color: rgb(102,22,158); }
div.DivClassName
{
background-color: #66169E;
}
.BgClassName
{
background-color: #66169E;
}
</style>
border-color css
<style>
span { border-color: #66169E; }
span { border-color: rgb(102,22,158); }
td.TdClassName
{
border-color: #66169E;
}
.TagClassName
{
border-color: #66169E;
}
</style>