Shades of Purple #66107C
Tints of Purple #66107C
RGB
CMYK
RGB Variations
Color information
#66107C (or 0x66107C) is known color: Purple. HEX triplet: 66, 10 and 7C. RGB value is (102,16,124). Sum of RGB (Red+Green+Blue) = 102+16+124=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #66107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66107C is #99EF83. Grayscale: #353535. Windows color (decimal): -10088324 or 8130662. OLE color: 8130662.
HSL color Cylindrical-coordinate representation of color #66107C: hue angle of 287.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66107C is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 16 | 124 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.51 |
| HSL | 287.78º | 0.77% | 0.27% | - |
| HSV(B) | 287.78º | 0.87% | 0.49% | - |
| XYZ | 9.3 | 4.65 | 19.48 | - |
| YUV | 54.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 124 | 0.18 | 0.87 | 0 | 0.51 | 287.78 | 0.77 | 0.27 |
| Hex | 66 | 10 | 7C | 12 | 57 | 0 | 33 | 120 | 4D | 1B |
| Octal | 146 | 20 | 174 | 22 | 127 | 0 | 63 | 440 | 115 | 33 |
| Binary | 1100110 | 10000 | 1111100 | 10010 | 1010111 | 0 | 110011 | 100100000 | 1001101 | 11011 |
Color Harmonies of #66107C
Complementary color
Monochromatic Colors of #66107C
Black with #66107C
Text Example
Text Example
White with #66107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66107C; }
p { color: rgb(102,16,124); }
H1.HeaderClassName
{
color: #66107C;
}
.AnyTagClassName
{
color: #66107C;
}
</style>
background-color css
<style>
a { background-color: #66107C; }
a { background-color: rgb(102,16,124); }
div.DivClassName
{
background-color: #66107C;
}
.BgClassName
{
background-color: #66107C;
}
</style>
border-color css
<style>
span { border-color: #66107C; }
span { border-color: rgb(102,16,124); }
td.TdClassName
{
border-color: #66107C;
}
.TagClassName
{
border-color: #66107C;
}
</style>