Shades of Royal Purple #66489D
Tints of Royal Purple #66489D
RGB
CMYK
RGB Variations
Color information
#66489D (or 0x66489D) is known color: Royal Purple. HEX triplet: 66, 48 and 9D. RGB value is (102,72,157). Sum of RGB (Red+Green+Blue) = 102+72+157=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #66489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66489D is #99B762. Grayscale: #5A5A5A. Windows color (decimal): -10073955 or 10307686. OLE color: 10307686.
HSL color Cylindrical-coordinate representation of color #66489D: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66489D is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 72 | 157 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.38 |
| HSL | 261.18º | 0.37% | 0.45% | - |
| HSV(B) | 261.18º | 0.54% | 0.62% | - |
| XYZ | 13.88 | 9.89 | 33.08 | - |
| YUV | 90.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 157 | 0.35 | 0.54 | 0 | 0.38 | 261.18 | 0.37 | 0.45 |
| Hex | 66 | 48 | 9D | 23 | 36 | 0 | 26 | 105 | 25 | 2D |
| Octal | 146 | 110 | 235 | 43 | 66 | 0 | 46 | 405 | 45 | 55 |
| Binary | 1100110 | 1001000 | 10011101 | 100011 | 110110 | 0 | 100110 | 100000101 | 100101 | 101101 |
Color Harmonies of #66489D
Complementary color
Monochromatic Colors of #66489D
Black with #66489D
Text Example
Text Example
White with #66489D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66489D; }
p { color: rgb(102,72,157); }
H1.HeaderClassName
{
color: #66489D;
}
.AnyTagClassName
{
color: #66489D;
}
</style>
background-color css
<style>
a { background-color: #66489D; }
a { background-color: rgb(102,72,157); }
div.DivClassName
{
background-color: #66489D;
}
.BgClassName
{
background-color: #66489D;
}
</style>
border-color css
<style>
span { border-color: #66489D; }
span { border-color: rgb(102,72,157); }
td.TdClassName
{
border-color: #66489D;
}
.TagClassName
{
border-color: #66489D;
}
</style>