Shades of Purple #661077
Tints of Purple #661077
RGB
CMYK
RGB Variations
Color information
#661077 (or 0x661077) is known color: Purple. HEX triplet: 66, 10 and 77. RGB value is (102,16,119). Sum of RGB (Red+Green+Blue) = 102+16+119=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #661077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661077 is #99EF88. Grayscale: #353535. Windows color (decimal): -10088329 or 7802982. OLE color: 7802982.
HSL color Cylindrical-coordinate representation of color #661077: hue angle of 290.1º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661077 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 16 | 119 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.53 |
| HSL | 290.1º | 0.76% | 0.26% | - |
| HSV(B) | 290.1º | 0.87% | 0.47% | - |
| XYZ | 8.99 | 4.53 | 17.85 | - |
| YUV | 53.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 119 | 0.14 | 0.87 | 0 | 0.53 | 290.1 | 0.76 | 0.26 |
| Hex | 66 | 10 | 77 | E | 57 | 0 | 35 | 122 | 4C | 1A |
| Octal | 146 | 20 | 167 | 16 | 127 | 0 | 65 | 442 | 114 | 32 |
| Binary | 1100110 | 10000 | 1110111 | 1110 | 1010111 | 0 | 110101 | 100100010 | 1001100 | 11010 |
Color Harmonies of #661077
Complementary color
Monochromatic Colors of #661077
Black with #661077
Text Example
Text Example
White with #661077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661077; }
p { color: rgb(102,16,119); }
H1.HeaderClassName
{
color: #661077;
}
.AnyTagClassName
{
color: #661077;
}
</style>
background-color css
<style>
a { background-color: #661077; }
a { background-color: rgb(102,16,119); }
div.DivClassName
{
background-color: #661077;
}
.BgClassName
{
background-color: #661077;
}
</style>
border-color css
<style>
span { border-color: #661077; }
span { border-color: rgb(102,16,119); }
td.TdClassName
{
border-color: #661077;
}
.TagClassName
{
border-color: #661077;
}
</style>