Shades of Kimberly #71638D
Tints of Kimberly #71638D
RGB
CMYK
RGB Variations
Color information
#71638D (or 0x71638D) is known color: Kimberly. HEX triplet: 71, 63 and 8D. RGB value is (113,99,141). Sum of RGB (Red+Green+Blue) = 113+99+141=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #71638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71638D is #8E9C72. Grayscale: #6B6B6B. Windows color (decimal): -9346163 or 9266033. OLE color: 9266033.
HSL color Cylindrical-coordinate representation of color #71638D: hue angle of 260º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71638D is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 99 | 141 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.45 |
| HSL | 260º | 0.18% | 0.47% | - |
| HSV(B) | 260º | 0.3% | 0.55% | - |
| XYZ | 16.08 | 14.36 | 27.12 | - |
| YUV | 107.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 141 | 0.20 | 0.30 | 0 | 0.45 | 260 | 0.18 | 0.47 |
| Hex | 71 | 63 | 8D | 14 | 1E | 0 | 2D | 104 | 12 | 2F |
| Octal | 161 | 143 | 215 | 24 | 36 | 0 | 55 | 404 | 22 | 57 |
| Binary | 1110001 | 1100011 | 10001101 | 10100 | 11110 | 0 | 101101 | 100000100 | 10010 | 101111 |
Color Harmonies of #71638D
Complementary color
Monochromatic Colors of #71638D
Black with #71638D
Text Example
Text Example
White with #71638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71638D; }
p { color: rgb(113,99,141); }
H1.HeaderClassName
{
color: #71638D;
}
.AnyTagClassName
{
color: #71638D;
}
</style>
background-color css
<style>
a { background-color: #71638D; }
a { background-color: rgb(113,99,141); }
div.DivClassName
{
background-color: #71638D;
}
.BgClassName
{
background-color: #71638D;
}
</style>
border-color css
<style>
span { border-color: #71638D; }
span { border-color: rgb(113,99,141); }
td.TdClassName
{
border-color: #71638D;
}
.TagClassName
{
border-color: #71638D;
}
</style>