Shades of Purple #660873
Tints of Purple #660873
RGB
CMYK
RGB Variations
Color information
#660873 (or 0x660873) is known color: Purple. HEX triplet: 66, 08 and 73. RGB value is (102,8,115). Sum of RGB (Red+Green+Blue) = 102+8+115=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #660873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660873 is #99F78C. Grayscale: #2F2F2F. Windows color (decimal): -10090381 or 7538790. OLE color: 7538790.
HSL color Cylindrical-coordinate representation of color #660873: hue angle of 292.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660873 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 8 | 115 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.55 |
| HSL | 292.71º | 0.87% | 0.24% | - |
| HSV(B) | 292.71º | 0.93% | 0.45% | - |
| XYZ | 8.66 | 4.24 | 16.58 | - |
| YUV | 48.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 115 | 0.11 | 0.93 | 0 | 0.55 | 292.71 | 0.87 | 0.24 |
| Hex | 66 | 8 | 73 | B | 5D | 0 | 37 | 125 | 57 | 18 |
| Octal | 146 | 10 | 163 | 13 | 135 | 0 | 67 | 445 | 127 | 30 |
| Binary | 1100110 | 1000 | 1110011 | 1011 | 1011101 | 0 | 110111 | 100100101 | 1010111 | 11000 |
Color Harmonies of #660873
Complementary color
Monochromatic Colors of #660873
Black with #660873
Text Example
Text Example
White with #660873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660873; }
p { color: rgb(102,8,115); }
H1.HeaderClassName
{
color: #660873;
}
.AnyTagClassName
{
color: #660873;
}
</style>
background-color css
<style>
a { background-color: #660873; }
a { background-color: rgb(102,8,115); }
div.DivClassName
{
background-color: #660873;
}
.BgClassName
{
background-color: #660873;
}
</style>
border-color css
<style>
span { border-color: #660873; }
span { border-color: rgb(102,8,115); }
td.TdClassName
{
border-color: #660873;
}
.TagClassName
{
border-color: #660873;
}
</style>