Shades of Purple #66007D
Tints of Purple #66007D
RGB
CMYK
RGB Variations
Color information
#66007D (or 0x66007D) is known color: Purple. HEX triplet: 66, 00 and 7D. RGB value is (102,0,125). Sum of RGB (Red+Green+Blue) = 102+0+125=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #66007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66007D is #99FF82. Grayscale: #2C2C2C. Windows color (decimal): -10092419 or 8192102. OLE color: 8192102.
HSL color Cylindrical-coordinate representation of color #66007D: hue angle of 288.96º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66007D is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 0 | 125 | - |
| CMYK | 0.18 | 1 | 0 | 0.51 |
| HSL | 288.96º | 1% | 0.25% | - |
| HSV(B) | 288.96º | 1% | 0.49% | - |
| XYZ | 9.18 | 4.31 | 19.75 | - |
| YUV | 44.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 125 | 0.18 | 1 | 0 | 0.51 | 288.96 | 1 | 0.25 |
| Hex | 66 | 0 | 7D | 12 | 64 | 0 | 33 | 121 | 64 | 19 |
| Octal | 146 | 0 | 175 | 22 | 144 | 0 | 63 | 441 | 144 | 31 |
| Binary | 1100110 | 0 | 1111101 | 10010 | 1100100 | 0 | 110011 | 100100001 | 1100100 | 11001 |
Color Harmonies of #66007D
Complementary color
Monochromatic Colors of #66007D
Black with #66007D
Text Example
Text Example
White with #66007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66007D; }
p { color: rgb(102,0,125); }
H1.HeaderClassName
{
color: #66007D;
}
.AnyTagClassName
{
color: #66007D;
}
</style>
background-color css
<style>
a { background-color: #66007D; }
a { background-color: rgb(102,0,125); }
div.DivClassName
{
background-color: #66007D;
}
.BgClassName
{
background-color: #66007D;
}
</style>
border-color css
<style>
span { border-color: #66007D; }
span { border-color: rgb(102,0,125); }
td.TdClassName
{
border-color: #66007D;
}
.TagClassName
{
border-color: #66007D;
}
</style>