Shades of Purple #66076A
Tints of Purple #66076A
RGB
CMYK
RGB Variations
Color information
#66076A (or 0x66076A) is known color: Purple. HEX triplet: 66, 07 and 6A. RGB value is (102,7,106). Sum of RGB (Red+Green+Blue) = 102+7+106=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #66076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66076A is #99F895. Grayscale: #2E2E2E. Windows color (decimal): -10090646 or 6948710. OLE color: 6948710.
HSL color Cylindrical-coordinate representation of color #66076A: hue angle of 297.58º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66076A is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 7 | 106 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.58 |
| HSL | 297.58º | 0.88% | 0.22% | - |
| HSV(B) | 297.58º | 0.93% | 0.42% | - |
| XYZ | 8.16 | 4.02 | 13.98 | - |
| YUV | 46.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 106 | 0.04 | 0.93 | 0 | 0.58 | 297.58 | 0.88 | 0.22 |
| Hex | 66 | 7 | 6A | 4 | 5D | 0 | 3A | 12A | 58 | 16 |
| Octal | 146 | 7 | 152 | 4 | 135 | 0 | 72 | 452 | 130 | 26 |
| Binary | 1100110 | 111 | 1101010 | 100 | 1011101 | 0 | 111010 | 100101010 | 1011000 | 10110 |
Color Harmonies of #66076A
Complementary color
Monochromatic Colors of #66076A
Black with #66076A
Text Example
Text Example
White with #66076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66076A; }
p { color: rgb(102,7,106); }
H1.HeaderClassName
{
color: #66076A;
}
.AnyTagClassName
{
color: #66076A;
}
</style>
background-color css
<style>
a { background-color: #66076A; }
a { background-color: rgb(102,7,106); }
div.DivClassName
{
background-color: #66076A;
}
.BgClassName
{
background-color: #66076A;
}
</style>
border-color css
<style>
span { border-color: #66076A; }
span { border-color: rgb(102,7,106); }
td.TdClassName
{
border-color: #66076A;
}
.TagClassName
{
border-color: #66076A;
}
</style>