Shades of Purple #66077A
Tints of Purple #66077A
RGB
CMYK
RGB Variations
Color information
#66077A (or 0x66077A) is known color: Purple. HEX triplet: 66, 07 and 7A. RGB value is (102,7,122). Sum of RGB (Red+Green+Blue) = 102+7+122=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #66077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66077A is #99F885. Grayscale: #303030. Windows color (decimal): -10090630 or 7997286. OLE color: 7997286.
HSL color Cylindrical-coordinate representation of color #66077A: hue angle of 289.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66077A is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 7 | 122 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.52 |
| HSL | 289.57º | 0.89% | 0.25% | - |
| HSV(B) | 289.57º | 0.94% | 0.48% | - |
| XYZ | 9.07 | 4.38 | 18.78 | - |
| YUV | 48.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 122 | 0.16 | 0.94 | 0 | 0.52 | 289.57 | 0.89 | 0.25 |
| Hex | 66 | 7 | 7A | 10 | 5E | 0 | 34 | 122 | 59 | 19 |
| Octal | 146 | 7 | 172 | 20 | 136 | 0 | 64 | 442 | 131 | 31 |
| Binary | 1100110 | 111 | 1111010 | 10000 | 1011110 | 0 | 110100 | 100100010 | 1011001 | 11001 |
Color Harmonies of #66077A
Complementary color
Monochromatic Colors of #66077A
Black with #66077A
Text Example
Text Example
White with #66077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66077A; }
p { color: rgb(102,7,122); }
H1.HeaderClassName
{
color: #66077A;
}
.AnyTagClassName
{
color: #66077A;
}
</style>
background-color css
<style>
a { background-color: #66077A; }
a { background-color: rgb(102,7,122); }
div.DivClassName
{
background-color: #66077A;
}
.BgClassName
{
background-color: #66077A;
}
</style>
border-color css
<style>
span { border-color: #66077A; }
span { border-color: rgb(102,7,122); }
td.TdClassName
{
border-color: #66077A;
}
.TagClassName
{
border-color: #66077A;
}
</style>