Shades of Royal Purple #66469F
Tints of Royal Purple #66469F
RGB
CMYK
RGB Variations
Color information
#66469F (or 0x66469F) is known color: Royal Purple. HEX triplet: 66, 46 and 9F. RGB value is (102,70,159). Sum of RGB (Red+Green+Blue) = 102+70+159=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #66469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66469F is #99B960. Grayscale: #595959. Windows color (decimal): -10074465 or 10438246. OLE color: 10438246.
HSL color Cylindrical-coordinate representation of color #66469F: hue angle of 261.57º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66469F is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 70 | 159 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.38 |
| HSL | 261.57º | 0.39% | 0.45% | - |
| HSV(B) | 261.57º | 0.56% | 0.62% | - |
| XYZ | 13.93 | 9.71 | 33.94 | - |
| YUV | 89.71 | 167.1 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 159 | 0.36 | 0.56 | 0 | 0.38 | 261.57 | 0.39 | 0.45 |
| Hex | 66 | 46 | 9F | 24 | 38 | 0 | 26 | 106 | 27 | 2D |
| Octal | 146 | 106 | 237 | 44 | 70 | 0 | 46 | 406 | 47 | 55 |
| Binary | 1100110 | 1000110 | 10011111 | 100100 | 111000 | 0 | 100110 | 100000110 | 100111 | 101101 |
Color Harmonies of #66469F
Complementary color
Monochromatic Colors of #66469F
Black with #66469F
Text Example
Text Example
White with #66469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66469F; }
p { color: rgb(102,70,159); }
H1.HeaderClassName
{
color: #66469F;
}
.AnyTagClassName
{
color: #66469F;
}
</style>
background-color css
<style>
a { background-color: #66469F; }
a { background-color: rgb(102,70,159); }
div.DivClassName
{
background-color: #66469F;
}
.BgClassName
{
background-color: #66469F;
}
</style>
border-color css
<style>
span { border-color: #66469F; }
span { border-color: rgb(102,70,159); }
td.TdClassName
{
border-color: #66469F;
}
.TagClassName
{
border-color: #66469F;
}
</style>