Shades of Purple Taupe #454144
Tints of Purple Taupe #454144
RGB
CMYK
RGB Variations
Color information
#454144 (or 0x454144) is known color: Purple Taupe. HEX triplet: 45, 41 and 44. RGB value is (69,65,68). Sum of RGB (Red+Green+Blue) = 69+65+68=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 69 - color contains mainly: red. Hex color #454144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454144 is #BABEBB. Grayscale: #424242. Windows color (decimal): -12238524 or 4473157. OLE color: 4473157.
HSL color Cylindrical-coordinate representation of color #454144: hue angle of 315º degrees, saturation: 0.03, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #454144 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 65 | 68 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.73 |
| HSL | 315º | 0.03% | 0.26% | - |
| HSV(B) | 315º | 0.06% | 0.27% | - |
| XYZ | 5.39 | 5.46 | 6.24 | - |
| YUV | 66.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 68 | 0 | 0.06 | 0.01 | 0.73 | 315 | 0.03 | 0.26 |
| Hex | 45 | 41 | 44 | 0 | 6 | 1 | 49 | 13B | 3 | 1A |
| Octal | 105 | 101 | 104 | 0 | 6 | 1 | 111 | 473 | 3 | 32 |
| Binary | 1000101 | 1000001 | 1000100 | 0 | 110 | 1 | 1001001 | 100111011 | 11 | 11010 |
Color Harmonies of #454144
Complementary color
Monochromatic Colors of #454144
Black with #454144
Text Example
Text Example
White with #454144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454144; }
p { color: rgb(69,65,68); }
H1.HeaderClassName
{
color: #454144;
}
.AnyTagClassName
{
color: #454144;
}
</style>
background-color css
<style>
a { background-color: #454144; }
a { background-color: rgb(69,65,68); }
div.DivClassName
{
background-color: #454144;
}
.BgClassName
{
background-color: #454144;
}
</style>
border-color css
<style>
span { border-color: #454144; }
span { border-color: rgb(69,65,68); }
td.TdClassName
{
border-color: #454144;
}
.TagClassName
{
border-color: #454144;
}
</style>