Shades of Purple #66117C
Tints of Purple #66117C
RGB
CMYK
RGB Variations
Color information
#66117C (or 0x66117C) is known color: Purple. HEX triplet: 66, 11 and 7C. RGB value is (102,17,124). Sum of RGB (Red+Green+Blue) = 102+17+124=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #66117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66117C is #99EE83. Grayscale: #363636. Windows color (decimal): -10088068 or 8130918. OLE color: 8130918.
HSL color Cylindrical-coordinate representation of color #66117C: hue angle of 287.66º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66117C is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 17 | 124 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.51 |
| HSL | 287.66º | 0.76% | 0.28% | - |
| HSV(B) | 287.66º | 0.86% | 0.49% | - |
| XYZ | 9.32 | 4.68 | 19.48 | - |
| YUV | 54.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 124 | 0.18 | 0.86 | 0 | 0.51 | 287.66 | 0.76 | 0.28 |
| Hex | 66 | 11 | 7C | 12 | 56 | 0 | 33 | 120 | 4C | 1C |
| Octal | 146 | 21 | 174 | 22 | 126 | 0 | 63 | 440 | 114 | 34 |
| Binary | 1100110 | 10001 | 1111100 | 10010 | 1010110 | 0 | 110011 | 100100000 | 1001100 | 11100 |
Color Harmonies of #66117C
Complementary color
Monochromatic Colors of #66117C
Black with #66117C
Text Example
Text Example
White with #66117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66117C; }
p { color: rgb(102,17,124); }
H1.HeaderClassName
{
color: #66117C;
}
.AnyTagClassName
{
color: #66117C;
}
</style>
background-color css
<style>
a { background-color: #66117C; }
a { background-color: rgb(102,17,124); }
div.DivClassName
{
background-color: #66117C;
}
.BgClassName
{
background-color: #66117C;
}
</style>
border-color css
<style>
span { border-color: #66117C; }
span { border-color: rgb(102,17,124); }
td.TdClassName
{
border-color: #66117C;
}
.TagClassName
{
border-color: #66117C;
}
</style>