Shades of Purple #66036A
Tints of Purple #66036A
RGB
CMYK
RGB Variations
Color information
#66036A (or 0x66036A) is known color: Purple. HEX triplet: 66, 03 and 6A. RGB value is (102,3,106). Sum of RGB (Red+Green+Blue) = 102+3+106=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #66036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66036A is #99FC95. Grayscale: #2C2C2C. Windows color (decimal): -10091670 or 6947686. OLE color: 6947686.
HSL color Cylindrical-coordinate representation of color #66036A: hue angle of 297.67º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66036A is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 3 | 106 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.58 |
| HSL | 297.67º | 0.94% | 0.21% | - |
| HSV(B) | 297.67º | 0.97% | 0.42% | - |
| XYZ | 8.11 | 3.93 | 13.97 | - |
| YUV | 44.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 106 | 0.04 | 0.97 | 0 | 0.58 | 297.67 | 0.94 | 0.21 |
| Hex | 66 | 3 | 6A | 4 | 61 | 0 | 3A | 12A | 5E | 15 |
| Octal | 146 | 3 | 152 | 4 | 141 | 0 | 72 | 452 | 136 | 25 |
| Binary | 1100110 | 11 | 1101010 | 100 | 1100001 | 0 | 111010 | 100101010 | 1011110 | 10101 |
Color Harmonies of #66036A
Complementary color
Monochromatic Colors of #66036A
Black with #66036A
Text Example
Text Example
White with #66036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66036A; }
p { color: rgb(102,3,106); }
H1.HeaderClassName
{
color: #66036A;
}
.AnyTagClassName
{
color: #66036A;
}
</style>
background-color css
<style>
a { background-color: #66036A; }
a { background-color: rgb(102,3,106); }
div.DivClassName
{
background-color: #66036A;
}
.BgClassName
{
background-color: #66036A;
}
</style>
border-color css
<style>
span { border-color: #66036A; }
span { border-color: rgb(102,3,106); }
td.TdClassName
{
border-color: #66036A;
}
.TagClassName
{
border-color: #66036A;
}
</style>