Shades of Purple #660171
Tints of Purple #660171
RGB
CMYK
RGB Variations
Color information
#660171 (or 0x660171) is known color: Purple. HEX triplet: 66, 01 and 71. RGB value is (102,1,113). Sum of RGB (Red+Green+Blue) = 102+1+113=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #660171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660171 is #99FE8E. Grayscale: #2B2B2B. Windows color (decimal): -10092175 or 7405926. OLE color: 7405926.
HSL color Cylindrical-coordinate representation of color #660171: hue angle of 294.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660171 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 1 | 113 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.56 |
| HSL | 294.11º | 0.98% | 0.22% | - |
| HSV(B) | 294.11º | 0.99% | 0.44% | - |
| XYZ | 8.47 | 4.04 | 15.96 | - |
| YUV | 43.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 113 | 0.10 | 0.99 | 0 | 0.56 | 294.11 | 0.98 | 0.22 |
| Hex | 66 | 1 | 71 | A | 63 | 0 | 38 | 126 | 62 | 16 |
| Octal | 146 | 1 | 161 | 12 | 143 | 0 | 70 | 446 | 142 | 26 |
| Binary | 1100110 | 1 | 1110001 | 1010 | 1100011 | 0 | 111000 | 100100110 | 1100010 | 10110 |
Color Harmonies of #660171
Complementary color
Monochromatic Colors of #660171
Black with #660171
Text Example
Text Example
White with #660171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660171; }
p { color: rgb(102,1,113); }
H1.HeaderClassName
{
color: #660171;
}
.AnyTagClassName
{
color: #660171;
}
</style>
background-color css
<style>
a { background-color: #660171; }
a { background-color: rgb(102,1,113); }
div.DivClassName
{
background-color: #660171;
}
.BgClassName
{
background-color: #660171;
}
</style>
border-color css
<style>
span { border-color: #660171; }
span { border-color: rgb(102,1,113); }
td.TdClassName
{
border-color: #660171;
}
.TagClassName
{
border-color: #660171;
}
</style>