Shades of Purple #66117E
Tints of Purple #66117E
RGB
CMYK
RGB Variations
Color information
#66117E (or 0x66117E) is known color: Purple. HEX triplet: 66, 11 and 7E. RGB value is (102,17,126). Sum of RGB (Red+Green+Blue) = 102+17+126=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #66117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66117E is #99EE81. Grayscale: #363636. Windows color (decimal): -10088066 or 8261990. OLE color: 8261990.
HSL color Cylindrical-coordinate representation of color #66117E: hue angle of 286.79º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66117E is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 17 | 126 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.51 |
| HSL | 286.79º | 0.76% | 0.28% | - |
| HSV(B) | 286.79º | 0.87% | 0.49% | - |
| XYZ | 9.45 | 4.73 | 20.15 | - |
| YUV | 54.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 126 | 0.19 | 0.87 | 0 | 0.51 | 286.79 | 0.76 | 0.28 |
| Hex | 66 | 11 | 7E | 13 | 57 | 0 | 33 | 11F | 4C | 1C |
| Octal | 146 | 21 | 176 | 23 | 127 | 0 | 63 | 437 | 114 | 34 |
| Binary | 1100110 | 10001 | 1111110 | 10011 | 1010111 | 0 | 110011 | 100011111 | 1001100 | 11100 |
Color Harmonies of #66117E
Complementary color
Monochromatic Colors of #66117E
Black with #66117E
Text Example
Text Example
White with #66117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66117E; }
p { color: rgb(102,17,126); }
H1.HeaderClassName
{
color: #66117E;
}
.AnyTagClassName
{
color: #66117E;
}
</style>
background-color css
<style>
a { background-color: #66117E; }
a { background-color: rgb(102,17,126); }
div.DivClassName
{
background-color: #66117E;
}
.BgClassName
{
background-color: #66117E;
}
</style>
border-color css
<style>
span { border-color: #66117E; }
span { border-color: rgb(102,17,126); }
td.TdClassName
{
border-color: #66117E;
}
.TagClassName
{
border-color: #66117E;
}
</style>