Shades of Royal Purple #66479D
Tints of Royal Purple #66479D
RGB
CMYK
RGB Variations
Color information
#66479D (or 0x66479D) is known color: Royal Purple. HEX triplet: 66, 47 and 9D. RGB value is (102,71,157). Sum of RGB (Red+Green+Blue) = 102+71+157=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #66479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66479D is #99B862. Grayscale: #595959. Windows color (decimal): -10074211 or 10307430. OLE color: 10307430.
HSL color Cylindrical-coordinate representation of color #66479D: hue angle of 261.63º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66479D is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 71 | 157 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.38 |
| HSL | 261.63º | 0.38% | 0.45% | - |
| HSV(B) | 261.63º | 0.55% | 0.62% | - |
| XYZ | 13.82 | 9.77 | 33.05 | - |
| YUV | 90.07 | 165.77 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 157 | 0.35 | 0.55 | 0 | 0.38 | 261.63 | 0.38 | 0.45 |
| Hex | 66 | 47 | 9D | 23 | 37 | 0 | 26 | 106 | 26 | 2D |
| Octal | 146 | 107 | 235 | 43 | 67 | 0 | 46 | 406 | 46 | 55 |
| Binary | 1100110 | 1000111 | 10011101 | 100011 | 110111 | 0 | 100110 | 100000110 | 100110 | 101101 |
Color Harmonies of #66479D
Complementary color
Monochromatic Colors of #66479D
Black with #66479D
Text Example
Text Example
White with #66479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66479D; }
p { color: rgb(102,71,157); }
H1.HeaderClassName
{
color: #66479D;
}
.AnyTagClassName
{
color: #66479D;
}
</style>
background-color css
<style>
a { background-color: #66479D; }
a { background-color: rgb(102,71,157); }
div.DivClassName
{
background-color: #66479D;
}
.BgClassName
{
background-color: #66479D;
}
</style>
border-color css
<style>
span { border-color: #66479D; }
span { border-color: rgb(102,71,157); }
td.TdClassName
{
border-color: #66479D;
}
.TagClassName
{
border-color: #66479D;
}
</style>