Shades of Purple #660672
Tints of Purple #660672
RGB
CMYK
RGB Variations
Color information
#660672 (or 0x660672) is known color: Purple. HEX triplet: 66, 06 and 72. RGB value is (102,6,114). Sum of RGB (Red+Green+Blue) = 102+6+114=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #660672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660672 is #99F98D. Grayscale: #2E2E2E. Windows color (decimal): -10090894 or 7472742. OLE color: 7472742.
HSL color Cylindrical-coordinate representation of color #660672: hue angle of 293.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660672 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 6 | 114 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.55 |
| HSL | 293.33º | 0.9% | 0.24% | - |
| HSV(B) | 293.33º | 0.95% | 0.45% | - |
| XYZ | 8.58 | 4.17 | 16.27 | - |
| YUV | 47.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 6 | 114 | 0.11 | 0.95 | 0 | 0.55 | 293.33 | 0.9 | 0.24 |
| Hex | 66 | 6 | 72 | B | 5F | 0 | 37 | 125 | 5A | 18 |
| Octal | 146 | 6 | 162 | 13 | 137 | 0 | 67 | 445 | 132 | 30 |
| Binary | 1100110 | 110 | 1110010 | 1011 | 1011111 | 0 | 110111 | 100100101 | 1011010 | 11000 |
Color Harmonies of #660672
Complementary color
Monochromatic Colors of #660672
Black with #660672
Text Example
Text Example
White with #660672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660672; }
p { color: rgb(102,6,114); }
H1.HeaderClassName
{
color: #660672;
}
.AnyTagClassName
{
color: #660672;
}
</style>
background-color css
<style>
a { background-color: #660672; }
a { background-color: rgb(102,6,114); }
div.DivClassName
{
background-color: #660672;
}
.BgClassName
{
background-color: #660672;
}
</style>
border-color css
<style>
span { border-color: #660672; }
span { border-color: rgb(102,6,114); }
td.TdClassName
{
border-color: #660672;
}
.TagClassName
{
border-color: #660672;
}
</style>