Shades of Purple Taupe #66415C
Tints of Purple Taupe #66415C
RGB
CMYK
RGB Variations
Color information
#66415C (or 0x66415C) is known color: Purple Taupe. HEX triplet: 66, 41 and 5C. RGB value is (102,65,92). Sum of RGB (Red+Green+Blue) = 102+65+92=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66415C is #99BEA3. Grayscale: #4F4F4F. Windows color (decimal): -10075812 or 6046054. OLE color: 6046054.
HSL color Cylindrical-coordinate representation of color #66415C: hue angle of 316.22º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66415C is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 92 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.6 |
| HSL | 316.22º | 0.22% | 0.33% | - |
| HSV(B) | 316.22º | 0.36% | 0.4% | - |
| XYZ | 9.3 | 7.38 | 11.06 | - |
| YUV | 79.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 92 | 0 | 0.36 | 0.10 | 0.6 | 316.22 | 0.22 | 0.33 |
| Hex | 66 | 41 | 5C | 0 | 24 | A | 3C | 13C | 16 | 21 |
| Octal | 146 | 101 | 134 | 0 | 44 | 12 | 74 | 474 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1011100 | 0 | 100100 | 1010 | 111100 | 100111100 | 10110 | 100001 |
Color Harmonies of #66415C
Complementary color
Monochromatic Colors of #66415C
Black with #66415C
Text Example
Text Example
White with #66415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66415C; }
p { color: rgb(102,65,92); }
H1.HeaderClassName
{
color: #66415C;
}
.AnyTagClassName
{
color: #66415C;
}
</style>
background-color css
<style>
a { background-color: #66415C; }
a { background-color: rgb(102,65,92); }
div.DivClassName
{
background-color: #66415C;
}
.BgClassName
{
background-color: #66415C;
}
</style>
border-color css
<style>
span { border-color: #66415C; }
span { border-color: rgb(102,65,92); }
td.TdClassName
{
border-color: #66415C;
}
.TagClassName
{
border-color: #66415C;
}
</style>