Shades of Kimberly #71618D
Tints of Kimberly #71618D
RGB
CMYK
RGB Variations
Color information
#71618D (or 0x71618D) is known color: Kimberly. HEX triplet: 71, 61 and 8D. RGB value is (113,97,141). Sum of RGB (Red+Green+Blue) = 113+97+141=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #71618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71618D is #8E9E72. Grayscale: #6A6A6A. Windows color (decimal): -9346675 or 9265521. OLE color: 9265521.
HSL color Cylindrical-coordinate representation of color #71618D: hue angle of 261.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71618D is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 97 | 141 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.45 |
| HSL | 261.82º | 0.18% | 0.47% | - |
| HSV(B) | 261.82º | 0.31% | 0.55% | - |
| XYZ | 15.89 | 13.98 | 27.06 | - |
| YUV | 106.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 97 | 141 | 0.20 | 0.31 | 0 | 0.45 | 261.82 | 0.18 | 0.47 |
| Hex | 71 | 61 | 8D | 14 | 1F | 0 | 2D | 106 | 12 | 2F |
| Octal | 161 | 141 | 215 | 24 | 37 | 0 | 55 | 406 | 22 | 57 |
| Binary | 1110001 | 1100001 | 10001101 | 10100 | 11111 | 0 | 101101 | 100000110 | 10010 | 101111 |
Color Harmonies of #71618D
Complementary color
Monochromatic Colors of #71618D
Black with #71618D
Text Example
Text Example
White with #71618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71618D; }
p { color: rgb(113,97,141); }
H1.HeaderClassName
{
color: #71618D;
}
.AnyTagClassName
{
color: #71618D;
}
</style>
background-color css
<style>
a { background-color: #71618D; }
a { background-color: rgb(113,97,141); }
div.DivClassName
{
background-color: #71618D;
}
.BgClassName
{
background-color: #71618D;
}
</style>
border-color css
<style>
span { border-color: #71618D; }
span { border-color: rgb(113,97,141); }
td.TdClassName
{
border-color: #71618D;
}
.TagClassName
{
border-color: #71618D;
}
</style>