Shades of Purple #66096C
Tints of Purple #66096C
RGB
CMYK
RGB Variations
Color information
#66096C (or 0x66096C) is known color: Purple. HEX triplet: 66, 09 and 6C. RGB value is (102,9,108). Sum of RGB (Red+Green+Blue) = 102+9+108=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #66096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66096C is #99F693. Grayscale: #2F2F2F. Windows color (decimal): -10090132 or 7080294. OLE color: 7080294.
HSL color Cylindrical-coordinate representation of color #66096C: hue angle of 296.36º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66096C is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 9 | 108 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.58 |
| HSL | 296.36º | 0.85% | 0.23% | - |
| HSV(B) | 296.36º | 0.92% | 0.42% | - |
| XYZ | 8.28 | 4.1 | 14.54 | - |
| YUV | 48.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 108 | 0.06 | 0.92 | 0 | 0.58 | 296.36 | 0.85 | 0.23 |
| Hex | 66 | 9 | 6C | 6 | 5C | 0 | 3A | 128 | 55 | 17 |
| Octal | 146 | 11 | 154 | 6 | 134 | 0 | 72 | 450 | 125 | 27 |
| Binary | 1100110 | 1001 | 1101100 | 110 | 1011100 | 0 | 111010 | 100101000 | 1010101 | 10111 |
Color Harmonies of #66096C
Complementary color
Monochromatic Colors of #66096C
Black with #66096C
Text Example
Text Example
White with #66096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66096C; }
p { color: rgb(102,9,108); }
H1.HeaderClassName
{
color: #66096C;
}
.AnyTagClassName
{
color: #66096C;
}
</style>
background-color css
<style>
a { background-color: #66096C; }
a { background-color: rgb(102,9,108); }
div.DivClassName
{
background-color: #66096C;
}
.BgClassName
{
background-color: #66096C;
}
</style>
border-color css
<style>
span { border-color: #66096C; }
span { border-color: rgb(102,9,108); }
td.TdClassName
{
border-color: #66096C;
}
.TagClassName
{
border-color: #66096C;
}
</style>