Shades of Purple #660878
Tints of Purple #660878
RGB
CMYK
RGB Variations
Color information
#660878 (or 0x660878) is known color: Purple. HEX triplet: 66, 08 and 78. RGB value is (102,8,120). Sum of RGB (Red+Green+Blue) = 102+8+120=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #660878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660878 is #99F787. Grayscale: #303030. Windows color (decimal): -10090376 or 7866470. OLE color: 7866470.
HSL color Cylindrical-coordinate representation of color #660878: hue angle of 290.36º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660878 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 8 | 120 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.53 |
| HSL | 290.36º | 0.88% | 0.25% | - |
| HSV(B) | 290.36º | 0.93% | 0.47% | - |
| XYZ | 8.96 | 4.35 | 18.14 | - |
| YUV | 48.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 120 | 0.15 | 0.93 | 0 | 0.53 | 290.36 | 0.88 | 0.25 |
| Hex | 66 | 8 | 78 | F | 5D | 0 | 35 | 122 | 58 | 19 |
| Octal | 146 | 10 | 170 | 17 | 135 | 0 | 65 | 442 | 130 | 31 |
| Binary | 1100110 | 1000 | 1111000 | 1111 | 1011101 | 0 | 110101 | 100100010 | 1011000 | 11001 |
Color Harmonies of #660878
Complementary color
Monochromatic Colors of #660878
Black with #660878
Text Example
Text Example
White with #660878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660878; }
p { color: rgb(102,8,120); }
H1.HeaderClassName
{
color: #660878;
}
.AnyTagClassName
{
color: #660878;
}
</style>
background-color css
<style>
a { background-color: #660878; }
a { background-color: rgb(102,8,120); }
div.DivClassName
{
background-color: #660878;
}
.BgClassName
{
background-color: #660878;
}
</style>
border-color css
<style>
span { border-color: #660878; }
span { border-color: rgb(102,8,120); }
td.TdClassName
{
border-color: #660878;
}
.TagClassName
{
border-color: #660878;
}
</style>