Shades of Kimberly #71608D
Tints of Kimberly #71608D
RGB
CMYK
RGB Variations
Color information
#71608D (or 0x71608D) is known color: Kimberly. HEX triplet: 71, 60 and 8D. RGB value is (113,96,141). Sum of RGB (Red+Green+Blue) = 113+96+141=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #71608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71608D is #8E9F72. Grayscale: #6A6A6A. Windows color (decimal): -9346931 or 9265265. OLE color: 9265265.
HSL color Cylindrical-coordinate representation of color #71608D: hue angle of 262.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71608D is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 96 | 141 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.45 |
| HSL | 262.67º | 0.19% | 0.46% | - |
| HSV(B) | 262.67º | 0.32% | 0.55% | - |
| XYZ | 15.8 | 13.8 | 27.03 | - |
| YUV | 106.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 141 | 0.20 | 0.32 | 0 | 0.45 | 262.67 | 0.19 | 0.46 |
| Hex | 71 | 60 | 8D | 14 | 20 | 0 | 2D | 107 | 13 | 2E |
| Octal | 161 | 140 | 215 | 24 | 40 | 0 | 55 | 407 | 23 | 56 |
| Binary | 1110001 | 1100000 | 10001101 | 10100 | 100000 | 0 | 101101 | 100000111 | 10011 | 101110 |
Color Harmonies of #71608D
Complementary color
Monochromatic Colors of #71608D
Black with #71608D
Text Example
Text Example
White with #71608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71608D; }
p { color: rgb(113,96,141); }
H1.HeaderClassName
{
color: #71608D;
}
.AnyTagClassName
{
color: #71608D;
}
</style>
background-color css
<style>
a { background-color: #71608D; }
a { background-color: rgb(113,96,141); }
div.DivClassName
{
background-color: #71608D;
}
.BgClassName
{
background-color: #71608D;
}
</style>
border-color css
<style>
span { border-color: #71608D; }
span { border-color: rgb(113,96,141); }
td.TdClassName
{
border-color: #71608D;
}
.TagClassName
{
border-color: #71608D;
}
</style>