Shades of Royal Purple #66469C
Tints of Royal Purple #66469C
RGB
CMYK
RGB Variations
Color information
#66469C (or 0x66469C) is known color: Royal Purple. HEX triplet: 66, 46 and 9C. RGB value is (102,70,156). Sum of RGB (Red+Green+Blue) = 102+70+156=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #66469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469C is #99B963. Grayscale: #595959. Windows color (decimal): -10074468 or 10241638. OLE color: 10241638.
HSL color Cylindrical-coordinate representation of color #66469C: hue angle of 262.33º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66469C is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 70 | 156 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.39 |
| HSL | 262.33º | 0.38% | 0.44% | - |
| HSV(B) | 262.33º | 0.55% | 0.61% | - |
| XYZ | 13.67 | 9.61 | 32.59 | - |
| YUV | 89.37 | 165.6 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 156 | 0.35 | 0.55 | 0 | 0.39 | 262.33 | 0.38 | 0.44 |
| Hex | 66 | 46 | 9C | 23 | 37 | 0 | 27 | 106 | 26 | 2C |
| Octal | 146 | 106 | 234 | 43 | 67 | 0 | 47 | 406 | 46 | 54 |
| Binary | 1100110 | 1000110 | 10011100 | 100011 | 110111 | 0 | 100111 | 100000110 | 100110 | 101100 |
Color Harmonies of #66469C
Complementary color
Monochromatic Colors of #66469C
Black with #66469C
Text Example
Text Example
White with #66469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66469C; }
p { color: rgb(102,70,156); }
H1.HeaderClassName
{
color: #66469C;
}
.AnyTagClassName
{
color: #66469C;
}
</style>
background-color css
<style>
a { background-color: #66469C; }
a { background-color: rgb(102,70,156); }
div.DivClassName
{
background-color: #66469C;
}
.BgClassName
{
background-color: #66469C;
}
</style>
border-color css
<style>
span { border-color: #66469C; }
span { border-color: rgb(102,70,156); }
td.TdClassName
{
border-color: #66469C;
}
.TagClassName
{
border-color: #66469C;
}
</style>