Shades of Purple #660278
Tints of Purple #660278
RGB
CMYK
RGB Variations
Color information
#660278 (or 0x660278) is known color: Purple. HEX triplet: 66, 02 and 78. RGB value is (102,2,120). Sum of RGB (Red+Green+Blue) = 102+2+120=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #660278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660278 is #99FD87. Grayscale: #2C2C2C. Windows color (decimal): -10091912 or 7864934. OLE color: 7864934.
HSL color Cylindrical-coordinate representation of color #660278: hue angle of 290.85º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660278 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 2 | 120 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.53 |
| HSL | 290.85º | 0.97% | 0.24% | - |
| HSV(B) | 290.85º | 0.98% | 0.47% | - |
| XYZ | 8.89 | 4.22 | 18.12 | - |
| YUV | 45.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 120 | 0.15 | 0.98 | 0 | 0.53 | 290.85 | 0.97 | 0.24 |
| Hex | 66 | 2 | 78 | F | 62 | 0 | 35 | 123 | 61 | 18 |
| Octal | 146 | 2 | 170 | 17 | 142 | 0 | 65 | 443 | 141 | 30 |
| Binary | 1100110 | 10 | 1111000 | 1111 | 1100010 | 0 | 110101 | 100100011 | 1100001 | 11000 |
Color Harmonies of #660278
Complementary color
Monochromatic Colors of #660278
Black with #660278
Text Example
Text Example
White with #660278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660278; }
p { color: rgb(102,2,120); }
H1.HeaderClassName
{
color: #660278;
}
.AnyTagClassName
{
color: #660278;
}
</style>
background-color css
<style>
a { background-color: #660278; }
a { background-color: rgb(102,2,120); }
div.DivClassName
{
background-color: #660278;
}
.BgClassName
{
background-color: #660278;
}
</style>
border-color css
<style>
span { border-color: #660278; }
span { border-color: rgb(102,2,120); }
td.TdClassName
{
border-color: #660278;
}
.TagClassName
{
border-color: #660278;
}
</style>