Shades of Purple #66117B
Tints of Purple #66117B
RGB
CMYK
RGB Variations
Color information
#66117B (or 0x66117B) is known color: Purple. HEX triplet: 66, 11 and 7B. RGB value is (102,17,123). Sum of RGB (Red+Green+Blue) = 102+17+123=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #66117B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66117B is #99EE84. Grayscale: #363636. Windows color (decimal): -10088069 or 8065382. OLE color: 8065382.
HSL color Cylindrical-coordinate representation of color #66117B: hue angle of 288.11º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66117B is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 17 | 123 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.52 |
| HSL | 288.11º | 0.76% | 0.27% | - |
| HSV(B) | 288.11º | 0.86% | 0.48% | - |
| XYZ | 9.26 | 4.66 | 19.15 | - |
| YUV | 54.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 123 | 0.17 | 0.86 | 0 | 0.52 | 288.11 | 0.76 | 0.27 |
| Hex | 66 | 11 | 7B | 11 | 56 | 0 | 34 | 120 | 4C | 1B |
| Octal | 146 | 21 | 173 | 21 | 126 | 0 | 64 | 440 | 114 | 33 |
| Binary | 1100110 | 10001 | 1111011 | 10001 | 1010110 | 0 | 110100 | 100100000 | 1001100 | 11011 |
Color Harmonies of #66117B
Complementary color
Monochromatic Colors of #66117B
Black with #66117B
Text Example
Text Example
White with #66117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66117B; }
p { color: rgb(102,17,123); }
H1.HeaderClassName
{
color: #66117B;
}
.AnyTagClassName
{
color: #66117B;
}
</style>
background-color css
<style>
a { background-color: #66117B; }
a { background-color: rgb(102,17,123); }
div.DivClassName
{
background-color: #66117B;
}
.BgClassName
{
background-color: #66117B;
}
</style>
border-color css
<style>
span { border-color: #66117B; }
span { border-color: rgb(102,17,123); }
td.TdClassName
{
border-color: #66117B;
}
.TagClassName
{
border-color: #66117B;
}
</style>