Shades of Kimberly #71628D
Tints of Kimberly #71628D
RGB
CMYK
RGB Variations
Color information
#71628D (or 0x71628D) is known color: Kimberly. HEX triplet: 71, 62 and 8D. RGB value is (113,98,141). Sum of RGB (Red+Green+Blue) = 113+98+141=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #71628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71628D is #8E9D72. Grayscale: #6B6B6B. Windows color (decimal): -9346419 or 9265777. OLE color: 9265777.
HSL color Cylindrical-coordinate representation of color #71628D: hue angle of 260.93º degrees, saturation: 0.18, 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 #71628D is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 98 | 141 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.45 |
| HSL | 260.93º | 0.18% | 0.47% | - |
| HSV(B) | 260.93º | 0.3% | 0.55% | - |
| XYZ | 15.99 | 14.17 | 27.09 | - |
| YUV | 107.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 141 | 0.20 | 0.30 | 0 | 0.45 | 260.93 | 0.18 | 0.47 |
| Hex | 71 | 62 | 8D | 14 | 1E | 0 | 2D | 105 | 12 | 2F |
| Octal | 161 | 142 | 215 | 24 | 36 | 0 | 55 | 405 | 22 | 57 |
| Binary | 1110001 | 1100010 | 10001101 | 10100 | 11110 | 0 | 101101 | 100000101 | 10010 | 101111 |
Color Harmonies of #71628D
Complementary color
Monochromatic Colors of #71628D
Black with #71628D
Text Example
Text Example
White with #71628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71628D; }
p { color: rgb(113,98,141); }
H1.HeaderClassName
{
color: #71628D;
}
.AnyTagClassName
{
color: #71628D;
}
</style>
background-color css
<style>
a { background-color: #71628D; }
a { background-color: rgb(113,98,141); }
div.DivClassName
{
background-color: #71628D;
}
.BgClassName
{
background-color: #71628D;
}
</style>
border-color css
<style>
span { border-color: #71628D; }
span { border-color: rgb(113,98,141); }
td.TdClassName
{
border-color: #71628D;
}
.TagClassName
{
border-color: #71628D;
}
</style>