Shades of Royal Purple #66409C
Tints of Royal Purple #66409C
RGB
CMYK
RGB Variations
Color information
#66409C (or 0x66409C) is known color: Royal Purple. HEX triplet: 66, 40 and 9C. RGB value is (102,64,156). Sum of RGB (Red+Green+Blue) = 102+64+156=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #66409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66409C is #99BF63. Grayscale: #555555. Windows color (decimal): -10076004 or 10240102. OLE color: 10240102.
HSL color Cylindrical-coordinate representation of color #66409C: hue angle of 264.78º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66409C is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 64 | 156 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.39 |
| HSL | 264.78º | 0.42% | 0.43% | - |
| HSV(B) | 264.78º | 0.59% | 0.61% | - |
| XYZ | 13.31 | 8.89 | 32.47 | - |
| YUV | 85.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 156 | 0.35 | 0.59 | 0 | 0.39 | 264.78 | 0.42 | 0.43 |
| Hex | 66 | 40 | 9C | 23 | 3B | 0 | 27 | 109 | 2A | 2B |
| Octal | 146 | 100 | 234 | 43 | 73 | 0 | 47 | 411 | 52 | 53 |
| Binary | 1100110 | 1000000 | 10011100 | 100011 | 111011 | 0 | 100111 | 100001001 | 101010 | 101011 |
Color Harmonies of #66409C
Complementary color
Monochromatic Colors of #66409C
Black with #66409C
Text Example
Text Example
White with #66409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66409C; }
p { color: rgb(102,64,156); }
H1.HeaderClassName
{
color: #66409C;
}
.AnyTagClassName
{
color: #66409C;
}
</style>
background-color css
<style>
a { background-color: #66409C; }
a { background-color: rgb(102,64,156); }
div.DivClassName
{
background-color: #66409C;
}
.BgClassName
{
background-color: #66409C;
}
</style>
border-color css
<style>
span { border-color: #66409C; }
span { border-color: rgb(102,64,156); }
td.TdClassName
{
border-color: #66409C;
}
.TagClassName
{
border-color: #66409C;
}
</style>