Shades of Purple #660371
Tints of Purple #660371
RGB
CMYK
RGB Variations
Color information
#660371 (or 0x660371) is known color: Purple. HEX triplet: 66, 03 and 71. RGB value is (102,3,113). Sum of RGB (Red+Green+Blue) = 102+3+113=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #660371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660371 is #99FC8E. Grayscale: #2C2C2C. Windows color (decimal): -10091663 or 7406438. OLE color: 7406438.
HSL color Cylindrical-coordinate representation of color #660371: hue angle of 294º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660371 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 3 | 113 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.56 |
| HSL | 294º | 0.95% | 0.23% | - |
| HSV(B) | 294º | 0.97% | 0.44% | - |
| XYZ | 8.49 | 4.08 | 15.96 | - |
| YUV | 45.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 113 | 0.10 | 0.97 | 0 | 0.56 | 294 | 0.95 | 0.23 |
| Hex | 66 | 3 | 71 | A | 61 | 0 | 38 | 126 | 5F | 17 |
| Octal | 146 | 3 | 161 | 12 | 141 | 0 | 70 | 446 | 137 | 27 |
| Binary | 1100110 | 11 | 1110001 | 1010 | 1100001 | 0 | 111000 | 100100110 | 1011111 | 10111 |
Color Harmonies of #660371
Complementary color
Monochromatic Colors of #660371
Black with #660371
Text Example
Text Example
White with #660371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660371; }
p { color: rgb(102,3,113); }
H1.HeaderClassName
{
color: #660371;
}
.AnyTagClassName
{
color: #660371;
}
</style>
background-color css
<style>
a { background-color: #660371; }
a { background-color: rgb(102,3,113); }
div.DivClassName
{
background-color: #660371;
}
.BgClassName
{
background-color: #660371;
}
</style>
border-color css
<style>
span { border-color: #660371; }
span { border-color: rgb(102,3,113); }
td.TdClassName
{
border-color: #660371;
}
.TagClassName
{
border-color: #660371;
}
</style>