Shades of Royal Purple #66189F
Tints of Royal Purple #66189F
RGB
CMYK
RGB Variations
Color information
#66189F (or 0x66189F) is known color: Royal Purple. HEX triplet: 66, 18 and 9F. RGB value is (102,24,159). Sum of RGB (Red+Green+Blue) = 102+24+159=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #66189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66189F is #99E760. Grayscale: #3E3E3E. Windows color (decimal): -10086241 or 10426470. OLE color: 10426470.
HSL color Cylindrical-coordinate representation of color #66189F: hue angle of 274.67º 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 #66189F is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 24 | 159 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.38 |
| HSL | 274.67º | 0.74% | 0.36% | - |
| HSV(B) | 274.67º | 0.85% | 0.62% | - |
| XYZ | 12.06 | 5.98 | 33.32 | - |
| YUV | 62.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 159 | 0.36 | 0.85 | 0 | 0.38 | 274.67 | 0.74 | 0.36 |
| Hex | 66 | 18 | 9F | 24 | 55 | 0 | 26 | 113 | 4A | 24 |
| Octal | 146 | 30 | 237 | 44 | 125 | 0 | 46 | 423 | 112 | 44 |
| Binary | 1100110 | 11000 | 10011111 | 100100 | 1010101 | 0 | 100110 | 100010011 | 1001010 | 100100 |
Color Harmonies of #66189F
Complementary color
Monochromatic Colors of #66189F
Black with #66189F
Text Example
Text Example
White with #66189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66189F; }
p { color: rgb(102,24,159); }
H1.HeaderClassName
{
color: #66189F;
}
.AnyTagClassName
{
color: #66189F;
}
</style>
background-color css
<style>
a { background-color: #66189F; }
a { background-color: rgb(102,24,159); }
div.DivClassName
{
background-color: #66189F;
}
.BgClassName
{
background-color: #66189F;
}
</style>
border-color css
<style>
span { border-color: #66189F; }
span { border-color: rgb(102,24,159); }
td.TdClassName
{
border-color: #66189F;
}
.TagClassName
{
border-color: #66189F;
}
</style>