Shades of Purple #660478
Tints of Purple #660478
RGB
CMYK
RGB Variations
Color information
#660478 (or 0x660478) is known color: Purple. HEX triplet: 66, 04 and 78. RGB value is (102,4,120). Sum of RGB (Red+Green+Blue) = 102+4+120=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #660478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660478 is #99FB87. Grayscale: #2E2E2E. Windows color (decimal): -10091400 or 7865446. OLE color: 7865446.
HSL color Cylindrical-coordinate representation of color #660478: hue angle of 290.69º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660478 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 4 | 120 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.53 |
| HSL | 290.69º | 0.94% | 0.24% | - |
| HSV(B) | 290.69º | 0.97% | 0.47% | - |
| XYZ | 8.91 | 4.27 | 18.12 | - |
| YUV | 46.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 120 | 0.15 | 0.97 | 0 | 0.53 | 290.69 | 0.94 | 0.24 |
| Hex | 66 | 4 | 78 | F | 61 | 0 | 35 | 123 | 5E | 18 |
| Octal | 146 | 4 | 170 | 17 | 141 | 0 | 65 | 443 | 136 | 30 |
| Binary | 1100110 | 100 | 1111000 | 1111 | 1100001 | 0 | 110101 | 100100011 | 1011110 | 11000 |
Color Harmonies of #660478
Complementary color
Monochromatic Colors of #660478
Black with #660478
Text Example
Text Example
White with #660478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660478; }
p { color: rgb(102,4,120); }
H1.HeaderClassName
{
color: #660478;
}
.AnyTagClassName
{
color: #660478;
}
</style>
background-color css
<style>
a { background-color: #660478; }
a { background-color: rgb(102,4,120); }
div.DivClassName
{
background-color: #660478;
}
.BgClassName
{
background-color: #660478;
}
</style>
border-color css
<style>
span { border-color: #660478; }
span { border-color: rgb(102,4,120); }
td.TdClassName
{
border-color: #660478;
}
.TagClassName
{
border-color: #660478;
}
</style>