Shades of Purple Taupe #603454
Tints of Purple Taupe #603454
RGB
CMYK
RGB Variations
Color information
#603454 (or 0x603454) is known color: Purple Taupe. HEX triplet: 60, 34 and 54. RGB value is (96,52,84). Sum of RGB (Red+Green+Blue) = 96+52+84=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603454 is #9FCBAB. Grayscale: #444444. Windows color (decimal): -10472364 or 5518432. OLE color: 5518432.
HSL color Cylindrical-coordinate representation of color #603454: hue angle of 316.36º 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 #603454 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 84 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.62 |
| HSL | 316.36º | 0.3% | 0.29% | - |
| HSV(B) | 316.36º | 0.46% | 0.38% | - |
| XYZ | 7.65 | 5.58 | 9.06 | - |
| YUV | 68.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 84 | 0 | 0.46 | 0.12 | 0.62 | 316.36 | 0.3 | 0.29 |
| Hex | 60 | 34 | 54 | 0 | 2E | C | 3E | 13C | 1E | 1D |
| Octal | 140 | 64 | 124 | 0 | 56 | 14 | 76 | 474 | 36 | 35 |
| Binary | 1100000 | 110100 | 1010100 | 0 | 101110 | 1100 | 111110 | 100111100 | 11110 | 11101 |
Color Harmonies of #603454
Complementary color
Monochromatic Colors of #603454
Black with #603454
Text Example
Text Example
White with #603454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603454; }
p { color: rgb(96,52,84); }
H1.HeaderClassName
{
color: #603454;
}
.AnyTagClassName
{
color: #603454;
}
</style>
background-color css
<style>
a { background-color: #603454; }
a { background-color: rgb(96,52,84); }
div.DivClassName
{
background-color: #603454;
}
.BgClassName
{
background-color: #603454;
}
</style>
border-color css
<style>
span { border-color: #603454; }
span { border-color: rgb(96,52,84); }
td.TdClassName
{
border-color: #603454;
}
.TagClassName
{
border-color: #603454;
}
</style>