Shades of Purple Taupe #66425D
Tints of Purple Taupe #66425D
RGB
CMYK
RGB Variations
Color information
#66425D (or 0x66425D) is known color: Purple Taupe. HEX triplet: 66, 42 and 5D. RGB value is (102,66,93). Sum of RGB (Red+Green+Blue) = 102+66+93=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #66425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66425D is #99BDA2. Grayscale: #4F4F4F. Windows color (decimal): -10075555 or 6111846. OLE color: 6111846.
HSL color Cylindrical-coordinate representation of color #66425D: hue angle of 315º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66425D is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 93 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.6 |
| HSL | 315º | 0.21% | 0.33% | - |
| HSV(B) | 315º | 0.35% | 0.4% | - |
| XYZ | 9.4 | 7.51 | 11.31 | - |
| YUV | 79.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 93 | 0 | 0.35 | 0.09 | 0.6 | 315 | 0.21 | 0.33 |
| Hex | 66 | 42 | 5D | 0 | 23 | 9 | 3C | 13B | 15 | 21 |
| Octal | 146 | 102 | 135 | 0 | 43 | 11 | 74 | 473 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1011101 | 0 | 100011 | 1001 | 111100 | 100111011 | 10101 | 100001 |
Color Harmonies of #66425D
Complementary color
Monochromatic Colors of #66425D
Black with #66425D
Text Example
Text Example
White with #66425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66425D; }
p { color: rgb(102,66,93); }
H1.HeaderClassName
{
color: #66425D;
}
.AnyTagClassName
{
color: #66425D;
}
</style>
background-color css
<style>
a { background-color: #66425D; }
a { background-color: rgb(102,66,93); }
div.DivClassName
{
background-color: #66425D;
}
.BgClassName
{
background-color: #66425D;
}
</style>
border-color css
<style>
span { border-color: #66425D; }
span { border-color: rgb(102,66,93); }
td.TdClassName
{
border-color: #66425D;
}
.TagClassName
{
border-color: #66425D;
}
</style>