Shades of Purple #66077F
Tints of Purple #66077F
RGB
CMYK
RGB Variations
Color information
#66077F (or 0x66077F) is known color: Purple. HEX triplet: 66, 07 and 7F. RGB value is (102,7,127). Sum of RGB (Red+Green+Blue) = 102+7+127=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #66077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66077F is #99F880. Grayscale: #303030. Windows color (decimal): -10090625 or 8324966. OLE color: 8324966.
HSL color Cylindrical-coordinate representation of color #66077F: hue angle of 287.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66077F is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 7 | 127 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.50 |
| HSL | 287.5º | 0.9% | 0.26% | - |
| HSV(B) | 287.5º | 0.94% | 0.5% | - |
| XYZ | 9.39 | 4.51 | 20.45 | - |
| YUV | 49.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 127 | 0.20 | 0.94 | 0 | 0.50 | 287.5 | 0.9 | 0.26 |
| Hex | 66 | 7 | 7F | 14 | 5E | 0 | 32 | 120 | 5A | 1A |
| Octal | 146 | 7 | 177 | 24 | 136 | 0 | 62 | 440 | 132 | 32 |
| Binary | 1100110 | 111 | 1111111 | 10100 | 1011110 | 0 | 110010 | 100100000 | 1011010 | 11010 |
Color Harmonies of #66077F
Complementary color
Monochromatic Colors of #66077F
Black with #66077F
Text Example
Text Example
White with #66077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66077F; }
p { color: rgb(102,7,127); }
H1.HeaderClassName
{
color: #66077F;
}
.AnyTagClassName
{
color: #66077F;
}
</style>
background-color css
<style>
a { background-color: #66077F; }
a { background-color: rgb(102,7,127); }
div.DivClassName
{
background-color: #66077F;
}
.BgClassName
{
background-color: #66077F;
}
</style>
border-color css
<style>
span { border-color: #66077F; }
span { border-color: rgb(102,7,127); }
td.TdClassName
{
border-color: #66077F;
}
.TagClassName
{
border-color: #66077F;
}
</style>