Shades of Purple #660377
Tints of Purple #660377
RGB
CMYK
RGB Variations
Color information
#660377 (or 0x660377) is known color: Purple. HEX triplet: 66, 03 and 77. RGB value is (102,3,119). Sum of RGB (Red+Green+Blue) = 102+3+119=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #660377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660377 is #99FC88. Grayscale: #2D2D2D. Windows color (decimal): -10091657 or 7799654. OLE color: 7799654.
HSL color Cylindrical-coordinate representation of color #660377: hue angle of 291.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660377 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 3 | 119 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.53 |
| HSL | 291.21º | 0.95% | 0.24% | - |
| HSV(B) | 291.21º | 0.97% | 0.47% | - |
| XYZ | 8.84 | 4.22 | 17.8 | - |
| YUV | 45.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 119 | 0.14 | 0.97 | 0 | 0.53 | 291.21 | 0.95 | 0.24 |
| Hex | 66 | 3 | 77 | E | 61 | 0 | 35 | 123 | 5F | 18 |
| Octal | 146 | 3 | 167 | 16 | 141 | 0 | 65 | 443 | 137 | 30 |
| Binary | 1100110 | 11 | 1110111 | 1110 | 1100001 | 0 | 110101 | 100100011 | 1011111 | 11000 |
Color Harmonies of #660377
Complementary color
Monochromatic Colors of #660377
Black with #660377
Text Example
Text Example
White with #660377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660377; }
p { color: rgb(102,3,119); }
H1.HeaderClassName
{
color: #660377;
}
.AnyTagClassName
{
color: #660377;
}
</style>
background-color css
<style>
a { background-color: #660377; }
a { background-color: rgb(102,3,119); }
div.DivClassName
{
background-color: #660377;
}
.BgClassName
{
background-color: #660377;
}
</style>
border-color css
<style>
span { border-color: #660377; }
span { border-color: rgb(102,3,119); }
td.TdClassName
{
border-color: #660377;
}
.TagClassName
{
border-color: #660377;
}
</style>