Shades of Purple Taupe #623D5B
Tints of Purple Taupe #623D5B
RGB
CMYK
RGB Variations
Color information
#623D5B (or 0x623D5B) is known color: Purple Taupe. HEX triplet: 62, 3D and 5B. RGB value is (98,61,91). Sum of RGB (Red+Green+Blue) = 98+61+91=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #623D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623D5B is #9DC2A4. Grayscale: #4B4B4B. Windows color (decimal): -10338981 or 5979490. OLE color: 5979490.
HSL color Cylindrical-coordinate representation of color #623D5B: hue angle of 311.35º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #623D5B is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 61 | 91 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.62 |
| HSL | 311.35º | 0.23% | 0.31% | - |
| HSV(B) | 311.35º | 0.38% | 0.38% | - |
| XYZ | 8.59 | 6.69 | 10.74 | - |
| YUV | 75.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 61 | 91 | 0 | 0.38 | 0.07 | 0.62 | 311.35 | 0.23 | 0.31 |
| Hex | 62 | 3D | 5B | 0 | 26 | 7 | 3E | 137 | 17 | 1F |
| Octal | 142 | 75 | 133 | 0 | 46 | 7 | 76 | 467 | 27 | 37 |
| Binary | 1100010 | 111101 | 1011011 | 0 | 100110 | 111 | 111110 | 100110111 | 10111 | 11111 |
Color Harmonies of #623D5B
Complementary color
Monochromatic Colors of #623D5B
Black with #623D5B
Text Example
Text Example
White with #623D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623D5B; }
p { color: rgb(98,61,91); }
H1.HeaderClassName
{
color: #623D5B;
}
.AnyTagClassName
{
color: #623D5B;
}
</style>
background-color css
<style>
a { background-color: #623D5B; }
a { background-color: rgb(98,61,91); }
div.DivClassName
{
background-color: #623D5B;
}
.BgClassName
{
background-color: #623D5B;
}
</style>
border-color css
<style>
span { border-color: #623D5B; }
span { border-color: rgb(98,61,91); }
td.TdClassName
{
border-color: #623D5B;
}
.TagClassName
{
border-color: #623D5B;
}
</style>