Shades of Royal Purple #664495
Tints of Royal Purple #664495
RGB
CMYK
RGB Variations
Color information
#664495 (or 0x664495) is known color: Royal Purple. HEX triplet: 66, 44 and 95. RGB value is (102,68,149). Sum of RGB (Red+Green+Blue) = 102+68+149=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #664495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664495 is #99BB6A. Grayscale: #575757. Windows color (decimal): -10074987 or 9782374. OLE color: 9782374.
HSL color Cylindrical-coordinate representation of color #664495: hue angle of 265.19º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #664495 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 68 | 149 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.42 |
| HSL | 265.19º | 0.37% | 0.43% | - |
| HSV(B) | 265.19º | 0.54% | 0.58% | - |
| XYZ | 12.97 | 9.13 | 29.51 | - |
| YUV | 87.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 149 | 0.32 | 0.54 | 0 | 0.42 | 265.19 | 0.37 | 0.43 |
| Hex | 66 | 44 | 95 | 20 | 36 | 0 | 2A | 109 | 25 | 2B |
| Octal | 146 | 104 | 225 | 40 | 66 | 0 | 52 | 411 | 45 | 53 |
| Binary | 1100110 | 1000100 | 10010101 | 100000 | 110110 | 0 | 101010 | 100001001 | 100101 | 101011 |
Color Harmonies of #664495
Complementary color
Monochromatic Colors of #664495
Black with #664495
Text Example
Text Example
White with #664495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664495; }
p { color: rgb(102,68,149); }
H1.HeaderClassName
{
color: #664495;
}
.AnyTagClassName
{
color: #664495;
}
</style>
background-color css
<style>
a { background-color: #664495; }
a { background-color: rgb(102,68,149); }
div.DivClassName
{
background-color: #664495;
}
.BgClassName
{
background-color: #664495;
}
</style>
border-color css
<style>
span { border-color: #664495; }
span { border-color: rgb(102,68,149); }
td.TdClassName
{
border-color: #664495;
}
.TagClassName
{
border-color: #664495;
}
</style>