Shades of Purple #660871
Tints of Purple #660871
RGB
CMYK
RGB Variations
Color information
#660871 (or 0x660871) is known color: Purple. HEX triplet: 66, 08 and 71. RGB value is (102,8,113). Sum of RGB (Red+Green+Blue) = 102+8+113=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #660871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660871 is #99F78E. Grayscale: #2F2F2F. Windows color (decimal): -10090383 or 7407718. OLE color: 7407718.
HSL color Cylindrical-coordinate representation of color #660871: hue angle of 293.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660871 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 8 | 113 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.56 |
| HSL | 293.71º | 0.87% | 0.24% | - |
| HSV(B) | 293.71º | 0.93% | 0.44% | - |
| XYZ | 8.55 | 4.19 | 15.98 | - |
| YUV | 48.08 | 164.64 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 113 | 0.10 | 0.93 | 0 | 0.56 | 293.71 | 0.87 | 0.24 |
| Hex | 66 | 8 | 71 | A | 5D | 0 | 38 | 126 | 57 | 18 |
| Octal | 146 | 10 | 161 | 12 | 135 | 0 | 70 | 446 | 127 | 30 |
| Binary | 1100110 | 1000 | 1110001 | 1010 | 1011101 | 0 | 111000 | 100100110 | 1010111 | 11000 |
Color Harmonies of #660871
Complementary color
Monochromatic Colors of #660871
Black with #660871
Text Example
Text Example
White with #660871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660871; }
p { color: rgb(102,8,113); }
H1.HeaderClassName
{
color: #660871;
}
.AnyTagClassName
{
color: #660871;
}
</style>
background-color css
<style>
a { background-color: #660871; }
a { background-color: rgb(102,8,113); }
div.DivClassName
{
background-color: #660871;
}
.BgClassName
{
background-color: #660871;
}
</style>
border-color css
<style>
span { border-color: #660871; }
span { border-color: rgb(102,8,113); }
td.TdClassName
{
border-color: #660871;
}
.TagClassName
{
border-color: #660871;
}
</style>