Shades of Purple Taupe #603452
Tints of Purple Taupe #603452
RGB
CMYK
RGB Variations
Color information
#603452 (or 0x603452) is known color: Purple Taupe. HEX triplet: 60, 34 and 52. RGB value is (96,52,82). Sum of RGB (Red+Green+Blue) = 96+52+82=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603452 is #9FCBAD. Grayscale: #444444. Windows color (decimal): -10472366 or 5387360. OLE color: 5387360.
HSL color Cylindrical-coordinate representation of color #603452: hue angle of 319.09º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603452 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 82 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.62 |
| HSL | 319.09º | 0.3% | 0.29% | - |
| HSV(B) | 319.09º | 0.46% | 0.38% | - |
| XYZ | 7.57 | 5.55 | 8.66 | - |
| YUV | 68.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 82 | 0 | 0.46 | 0.15 | 0.62 | 319.09 | 0.3 | 0.29 |
| Hex | 60 | 34 | 52 | 0 | 2E | F | 3E | 13F | 1E | 1D |
| Octal | 140 | 64 | 122 | 0 | 56 | 17 | 76 | 477 | 36 | 35 |
| Binary | 1100000 | 110100 | 1010010 | 0 | 101110 | 1111 | 111110 | 100111111 | 11110 | 11101 |
Color Harmonies of #603452
Complementary color
Monochromatic Colors of #603452
Black with #603452
Text Example
Text Example
White with #603452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603452; }
p { color: rgb(96,52,82); }
H1.HeaderClassName
{
color: #603452;
}
.AnyTagClassName
{
color: #603452;
}
</style>
background-color css
<style>
a { background-color: #603452; }
a { background-color: rgb(96,52,82); }
div.DivClassName
{
background-color: #603452;
}
.BgClassName
{
background-color: #603452;
}
</style>
border-color css
<style>
span { border-color: #603452; }
span { border-color: rgb(96,52,82); }
td.TdClassName
{
border-color: #603452;
}
.TagClassName
{
border-color: #603452;
}
</style>