Shades of Purple #66026C
Tints of Purple #66026C
RGB
CMYK
RGB Variations
Color information
#66026C (or 0x66026C) is known color: Purple. HEX triplet: 66, 02 and 6C. RGB value is (102,2,108). Sum of RGB (Red+Green+Blue) = 102+2+108=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #66026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66026C is #99FD93. Grayscale: #2B2B2B. Windows color (decimal): -10091924 or 7078502. OLE color: 7078502.
HSL color Cylindrical-coordinate representation of color #66026C: hue angle of 296.6º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66026C is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 2 | 108 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.58 |
| HSL | 296.6º | 0.96% | 0.22% | - |
| HSV(B) | 296.6º | 0.98% | 0.42% | - |
| XYZ | 8.21 | 3.95 | 14.52 | - |
| YUV | 43.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 108 | 0.06 | 0.98 | 0 | 0.58 | 296.6 | 0.96 | 0.22 |
| Hex | 66 | 2 | 6C | 6 | 62 | 0 | 3A | 129 | 60 | 16 |
| Octal | 146 | 2 | 154 | 6 | 142 | 0 | 72 | 451 | 140 | 26 |
| Binary | 1100110 | 10 | 1101100 | 110 | 1100010 | 0 | 111010 | 100101001 | 1100000 | 10110 |
Color Harmonies of #66026C
Complementary color
Monochromatic Colors of #66026C
Black with #66026C
Text Example
Text Example
White with #66026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66026C; }
p { color: rgb(102,2,108); }
H1.HeaderClassName
{
color: #66026C;
}
.AnyTagClassName
{
color: #66026C;
}
</style>
background-color css
<style>
a { background-color: #66026C; }
a { background-color: rgb(102,2,108); }
div.DivClassName
{
background-color: #66026C;
}
.BgClassName
{
background-color: #66026C;
}
</style>
border-color css
<style>
span { border-color: #66026C; }
span { border-color: rgb(102,2,108); }
td.TdClassName
{
border-color: #66026C;
}
.TagClassName
{
border-color: #66026C;
}
</style>