Shades of Purple Taupe #624B5D
Tints of Purple Taupe #624B5D
RGB
CMYK
RGB Variations
Color information
#624B5D (or 0x624B5D) is known color: Purple Taupe. HEX triplet: 62, 4B and 5D. RGB value is (98,75,93). Sum of RGB (Red+Green+Blue) = 98+75+93=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5D is #9DB4A2. Grayscale: #535353. Windows color (decimal): -10335395 or 6114146. OLE color: 6114146.
HSL color Cylindrical-coordinate representation of color #624B5D: hue angle of 313.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #624B5D is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
RGB | 98 | 75 | 93 | - |
CMYK | 0 | 0.23 | 0.05 | 0.62 |
HSL | 313.04º | 0.13% | 0.34% | - |
HSV(B) | 313.04º | 0.23% | 0.38% | - |
XYZ | 9.53 | 8.42 | 11.48 | - |
YUV | 83.93 | 133.12 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 75 | 93 | 0 | 0.23 | 0.05 | 0.62 | 313.04 | 0.13 | 0.34 |
Hex | 62 | 4B | 5D | 0 | 17 | 5 | 3E | 139 | D | 22 |
Octal | 142 | 113 | 135 | 0 | 27 | 5 | 76 | 471 | 15 | 42 |
Binary | 1100010 | 1001011 | 1011101 | 0 | 10111 | 101 | 111110 | 100111001 | 1101 | 100010 |
Color Harmonies of #624B5D
Complementary color
Monochromatic Colors of #624B5D
Black with #624B5D
Text Example
Text Example
White with #624B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B5D; }
p { color: rgb(98,75,93); }
H1.HeaderClassName
{
color: #624B5D;
}
.AnyTagClassName
{
color: #624B5D;
}
</style>
background-color css
<style>
a { background-color: #624B5D; }
a { background-color: rgb(98,75,93); }
div.DivClassName
{
background-color: #624B5D;
}
.BgClassName
{
background-color: #624B5D;
}
</style>
border-color css
<style>
span { border-color: #624B5D; }
span { border-color: rgb(98,75,93); }
td.TdClassName
{
border-color: #624B5D;
}
.TagClassName
{
border-color: #624B5D;
}
</style>