Shades of Purple #660071
Tints of Purple #660071
RGB
CMYK
RGB Variations
Color information
#660071 (or 0x660071) is known color: Purple. HEX triplet: 66, 00 and 71. RGB value is (102,0,113). Sum of RGB (Red+Green+Blue) = 102+0+113=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #660071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660071 is #99FF8E. Grayscale: #2B2B2B. Windows color (decimal): -10092431 or 7405670. OLE color: 7405670.
HSL color Cylindrical-coordinate representation of color #660071: hue angle of 294.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660071 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 0 | 113 | - |
| CMYK | 0.10 | 1 | 0 | 0.56 |
| HSL | 294.16º | 1% | 0.22% | - |
| HSV(B) | 294.16º | 1% | 0.44% | - |
| XYZ | 8.46 | 4.02 | 15.95 | - |
| YUV | 43.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 113 | 0.10 | 1 | 0 | 0.56 | 294.16 | 1 | 0.22 |
| Hex | 66 | 0 | 71 | A | 64 | 0 | 38 | 126 | 64 | 16 |
| Octal | 146 | 0 | 161 | 12 | 144 | 0 | 70 | 446 | 144 | 26 |
| Binary | 1100110 | 0 | 1110001 | 1010 | 1100100 | 0 | 111000 | 100100110 | 1100100 | 10110 |
Color Harmonies of #660071
Complementary color
Monochromatic Colors of #660071
Black with #660071
Text Example
Text Example
White with #660071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660071; }
p { color: rgb(102,0,113); }
H1.HeaderClassName
{
color: #660071;
}
.AnyTagClassName
{
color: #660071;
}
</style>
background-color css
<style>
a { background-color: #660071; }
a { background-color: rgb(102,0,113); }
div.DivClassName
{
background-color: #660071;
}
.BgClassName
{
background-color: #660071;
}
</style>
border-color css
<style>
span { border-color: #660071; }
span { border-color: rgb(102,0,113); }
td.TdClassName
{
border-color: #660071;
}
.TagClassName
{
border-color: #660071;
}
</style>