Shades of Purple #66086A
Tints of Purple #66086A
RGB
CMYK
RGB Variations
Color information
#66086A (or 0x66086A) is known color: Purple. HEX triplet: 66, 08 and 6A. RGB value is (102,8,106). Sum of RGB (Red+Green+Blue) = 102+8+106=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #66086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66086A is #99F795. Grayscale: #2E2E2E. Windows color (decimal): -10090390 or 6948966. OLE color: 6948966.
HSL color Cylindrical-coordinate representation of color #66086A: hue angle of 297.55º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66086A is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 8 | 106 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.58 |
| HSL | 297.55º | 0.86% | 0.22% | - |
| HSV(B) | 297.55º | 0.92% | 0.42% | - |
| XYZ | 8.17 | 4.04 | 13.98 | - |
| YUV | 47.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 106 | 0.04 | 0.92 | 0 | 0.58 | 297.55 | 0.86 | 0.22 |
| Hex | 66 | 8 | 6A | 4 | 5C | 0 | 3A | 12A | 56 | 16 |
| Octal | 146 | 10 | 152 | 4 | 134 | 0 | 72 | 452 | 126 | 26 |
| Binary | 1100110 | 1000 | 1101010 | 100 | 1011100 | 0 | 111010 | 100101010 | 1010110 | 10110 |
Color Harmonies of #66086A
Complementary color
Monochromatic Colors of #66086A
Black with #66086A
Text Example
Text Example
White with #66086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66086A; }
p { color: rgb(102,8,106); }
H1.HeaderClassName
{
color: #66086A;
}
.AnyTagClassName
{
color: #66086A;
}
</style>
background-color css
<style>
a { background-color: #66086A; }
a { background-color: rgb(102,8,106); }
div.DivClassName
{
background-color: #66086A;
}
.BgClassName
{
background-color: #66086A;
}
</style>
border-color css
<style>
span { border-color: #66086A; }
span { border-color: rgb(102,8,106); }
td.TdClassName
{
border-color: #66086A;
}
.TagClassName
{
border-color: #66086A;
}
</style>