Shades of Purple #66086C
Tints of Purple #66086C
RGB
CMYK
RGB Variations
Color information
#66086C (or 0x66086C) is known color: Purple. HEX triplet: 66, 08 and 6C. RGB value is (102,8,108). Sum of RGB (Red+Green+Blue) = 102+8+108=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #66086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66086C is #99F793. Grayscale: #2F2F2F. Windows color (decimal): -10090388 or 7080038. OLE color: 7080038.
HSL color Cylindrical-coordinate representation of color #66086C: hue angle of 296.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66086C is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 8 | 108 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.58 |
| HSL | 296.4º | 0.86% | 0.23% | - |
| HSV(B) | 296.4º | 0.93% | 0.42% | - |
| XYZ | 8.27 | 4.08 | 14.54 | - |
| YUV | 47.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 108 | 0.06 | 0.93 | 0 | 0.58 | 296.4 | 0.86 | 0.23 |
| Hex | 66 | 8 | 6C | 6 | 5D | 0 | 3A | 128 | 56 | 17 |
| Octal | 146 | 10 | 154 | 6 | 135 | 0 | 72 | 450 | 126 | 27 |
| Binary | 1100110 | 1000 | 1101100 | 110 | 1011101 | 0 | 111010 | 100101000 | 1010110 | 10111 |
Color Harmonies of #66086C
Complementary color
Monochromatic Colors of #66086C
Black with #66086C
Text Example
Text Example
White with #66086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66086C; }
p { color: rgb(102,8,108); }
H1.HeaderClassName
{
color: #66086C;
}
.AnyTagClassName
{
color: #66086C;
}
</style>
background-color css
<style>
a { background-color: #66086C; }
a { background-color: rgb(102,8,108); }
div.DivClassName
{
background-color: #66086C;
}
.BgClassName
{
background-color: #66086C;
}
</style>
border-color css
<style>
span { border-color: #66086C; }
span { border-color: rgb(102,8,108); }
td.TdClassName
{
border-color: #66086C;
}
.TagClassName
{
border-color: #66086C;
}
</style>