Shades of Royal Purple #66449D
Tints of Royal Purple #66449D
RGB
CMYK
RGB Variations
Color information
#66449D (or 0x66449D) is known color: Royal Purple. HEX triplet: 66, 44 and 9D. RGB value is (102,68,157). Sum of RGB (Red+Green+Blue) = 102+68+157=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #66449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66449D is #99BB62. Grayscale: #575757. Windows color (decimal): -10074979 or 10306662. OLE color: 10306662.
HSL color Cylindrical-coordinate representation of color #66449D: hue angle of 262.92º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66449D is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 68 | 157 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.38 |
| HSL | 262.92º | 0.4% | 0.44% | - |
| HSV(B) | 262.92º | 0.57% | 0.62% | - |
| XYZ | 13.63 | 9.39 | 32.99 | - |
| YUV | 88.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 157 | 0.35 | 0.57 | 0 | 0.38 | 262.92 | 0.4 | 0.44 |
| Hex | 66 | 44 | 9D | 23 | 39 | 0 | 26 | 107 | 28 | 2C |
| Octal | 146 | 104 | 235 | 43 | 71 | 0 | 46 | 407 | 50 | 54 |
| Binary | 1100110 | 1000100 | 10011101 | 100011 | 111001 | 0 | 100110 | 100000111 | 101000 | 101100 |
Color Harmonies of #66449D
Complementary color
Monochromatic Colors of #66449D
Black with #66449D
Text Example
Text Example
White with #66449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66449D; }
p { color: rgb(102,68,157); }
H1.HeaderClassName
{
color: #66449D;
}
.AnyTagClassName
{
color: #66449D;
}
</style>
background-color css
<style>
a { background-color: #66449D; }
a { background-color: rgb(102,68,157); }
div.DivClassName
{
background-color: #66449D;
}
.BgClassName
{
background-color: #66449D;
}
</style>
border-color css
<style>
span { border-color: #66449D; }
span { border-color: rgb(102,68,157); }
td.TdClassName
{
border-color: #66449D;
}
.TagClassName
{
border-color: #66449D;
}
</style>