Shades of Purple #660373
Tints of Purple #660373
RGB
CMYK
RGB Variations
Color information
#660373 (or 0x660373) is known color: Purple. HEX triplet: 66, 03 and 73. RGB value is (102,3,115). Sum of RGB (Red+Green+Blue) = 102+3+115=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #660373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660373 is #99FC8C. Grayscale: #2D2D2D. Windows color (decimal): -10091661 or 7537510. OLE color: 7537510.
HSL color Cylindrical-coordinate representation of color #660373: hue angle of 293.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660373 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 3 | 115 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.55 |
| HSL | 293.04º | 0.95% | 0.23% | - |
| HSV(B) | 293.04º | 0.97% | 0.45% | - |
| XYZ | 8.61 | 4.13 | 16.56 | - |
| YUV | 45.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 115 | 0.11 | 0.97 | 0 | 0.55 | 293.04 | 0.95 | 0.23 |
| Hex | 66 | 3 | 73 | B | 61 | 0 | 37 | 125 | 5F | 17 |
| Octal | 146 | 3 | 163 | 13 | 141 | 0 | 67 | 445 | 137 | 27 |
| Binary | 1100110 | 11 | 1110011 | 1011 | 1100001 | 0 | 110111 | 100100101 | 1011111 | 10111 |
Color Harmonies of #660373
Complementary color
Monochromatic Colors of #660373
Black with #660373
Text Example
Text Example
White with #660373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660373; }
p { color: rgb(102,3,115); }
H1.HeaderClassName
{
color: #660373;
}
.AnyTagClassName
{
color: #660373;
}
</style>
background-color css
<style>
a { background-color: #660373; }
a { background-color: rgb(102,3,115); }
div.DivClassName
{
background-color: #660373;
}
.BgClassName
{
background-color: #660373;
}
</style>
border-color css
<style>
span { border-color: #660373; }
span { border-color: rgb(102,3,115); }
td.TdClassName
{
border-color: #660373;
}
.TagClassName
{
border-color: #660373;
}
</style>