Shades of Kimberly #71608A
Tints of Kimberly #71608A
RGB
CMYK
RGB Variations
Color information
#71608A (or 0x71608A) is known color: Kimberly. HEX triplet: 71, 60 and 8A. RGB value is (113,96,138). Sum of RGB (Red+Green+Blue) = 113+96+138=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #71608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71608A is #8E9F75. Grayscale: #696969. Windows color (decimal): -9346934 or 9068657. OLE color: 9068657.
HSL color Cylindrical-coordinate representation of color #71608A: hue angle of 264.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71608A is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 96 | 138 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.46 |
| HSL | 264.29º | 0.18% | 0.46% | - |
| HSV(B) | 264.29º | 0.3% | 0.54% | - |
| XYZ | 15.58 | 13.71 | 25.87 | - |
| YUV | 105.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 138 | 0.18 | 0.30 | 0 | 0.46 | 264.29 | 0.18 | 0.46 |
| Hex | 71 | 60 | 8A | 12 | 1E | 0 | 2E | 108 | 12 | 2E |
| Octal | 161 | 140 | 212 | 22 | 36 | 0 | 56 | 410 | 22 | 56 |
| Binary | 1110001 | 1100000 | 10001010 | 10010 | 11110 | 0 | 101110 | 100001000 | 10010 | 101110 |
Color Harmonies of #71608A
Complementary color
Monochromatic Colors of #71608A
Black with #71608A
Text Example
Text Example
White with #71608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71608A; }
p { color: rgb(113,96,138); }
H1.HeaderClassName
{
color: #71608A;
}
.AnyTagClassName
{
color: #71608A;
}
</style>
background-color css
<style>
a { background-color: #71608A; }
a { background-color: rgb(113,96,138); }
div.DivClassName
{
background-color: #71608A;
}
.BgClassName
{
background-color: #71608A;
}
</style>
border-color css
<style>
span { border-color: #71608A; }
span { border-color: rgb(113,96,138); }
td.TdClassName
{
border-color: #71608A;
}
.TagClassName
{
border-color: #71608A;
}
</style>