Shades of Royal Purple #66489A
Tints of Royal Purple #66489A
RGB
CMYK
RGB Variations
Color information
#66489A (or 0x66489A) is known color: Royal Purple. HEX triplet: 66, 48 and 9A. RGB value is (102,72,154). Sum of RGB (Red+Green+Blue) = 102+72+154=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #66489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66489A is #99B765. Grayscale: #5A5A5A. Windows color (decimal): -10073958 or 10111078. OLE color: 10111078.
HSL color Cylindrical-coordinate representation of color #66489A: hue angle of 261.95º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66489A is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 72 | 154 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.40 |
| HSL | 261.95º | 0.36% | 0.44% | - |
| HSV(B) | 261.95º | 0.53% | 0.6% | - |
| XYZ | 13.63 | 9.79 | 31.74 | - |
| YUV | 90.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 154 | 0.34 | 0.53 | 0 | 0.40 | 261.95 | 0.36 | 0.44 |
| Hex | 66 | 48 | 9A | 22 | 35 | 0 | 28 | 106 | 24 | 2C |
| Octal | 146 | 110 | 232 | 42 | 65 | 0 | 50 | 406 | 44 | 54 |
| Binary | 1100110 | 1001000 | 10011010 | 100010 | 110101 | 0 | 101000 | 100000110 | 100100 | 101100 |
Color Harmonies of #66489A
Complementary color
Monochromatic Colors of #66489A
Black with #66489A
Text Example
Text Example
White with #66489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66489A; }
p { color: rgb(102,72,154); }
H1.HeaderClassName
{
color: #66489A;
}
.AnyTagClassName
{
color: #66489A;
}
</style>
background-color css
<style>
a { background-color: #66489A; }
a { background-color: rgb(102,72,154); }
div.DivClassName
{
background-color: #66489A;
}
.BgClassName
{
background-color: #66489A;
}
</style>
border-color css
<style>
span { border-color: #66489A; }
span { border-color: rgb(102,72,154); }
td.TdClassName
{
border-color: #66489A;
}
.TagClassName
{
border-color: #66489A;
}
</style>