Shades of Royal Purple #66189E
Tints of Royal Purple #66189E
RGB
CMYK
RGB Variations
Color information
#66189E (or 0x66189E) is known color: Royal Purple. HEX triplet: 66, 18 and 9E. RGB value is (102,24,158). Sum of RGB (Red+Green+Blue) = 102+24+158=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #66189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66189E is #99E761. Grayscale: #3E3E3E. Windows color (decimal): -10086242 or 10360934. OLE color: 10360934.
HSL color Cylindrical-coordinate representation of color #66189E: hue angle of 274.93º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66189E is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 24 | 158 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.38 |
| HSL | 274.93º | 0.74% | 0.36% | - |
| HSV(B) | 274.93º | 0.85% | 0.62% | - |
| XYZ | 11.98 | 5.95 | 32.86 | - |
| YUV | 62.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 158 | 0.35 | 0.85 | 0 | 0.38 | 274.93 | 0.74 | 0.36 |
| Hex | 66 | 18 | 9E | 23 | 55 | 0 | 26 | 113 | 4A | 24 |
| Octal | 146 | 30 | 236 | 43 | 125 | 0 | 46 | 423 | 112 | 44 |
| Binary | 1100110 | 11000 | 10011110 | 100011 | 1010101 | 0 | 100110 | 100010011 | 1001010 | 100100 |
Color Harmonies of #66189E
Complementary color
Monochromatic Colors of #66189E
Black with #66189E
Text Example
Text Example
White with #66189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66189E; }
p { color: rgb(102,24,158); }
H1.HeaderClassName
{
color: #66189E;
}
.AnyTagClassName
{
color: #66189E;
}
</style>
background-color css
<style>
a { background-color: #66189E; }
a { background-color: rgb(102,24,158); }
div.DivClassName
{
background-color: #66189E;
}
.BgClassName
{
background-color: #66189E;
}
</style>
border-color css
<style>
span { border-color: #66189E; }
span { border-color: rgb(102,24,158); }
td.TdClassName
{
border-color: #66189E;
}
.TagClassName
{
border-color: #66189E;
}
</style>