Shades of Kimberly #71628F
Tints of Kimberly #71628F
RGB
CMYK
RGB Variations
Color information
#71628F (or 0x71628F) is known color: Kimberly. HEX triplet: 71, 62 and 8F. RGB value is (113,98,143). Sum of RGB (Red+Green+Blue) = 113+98+143=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #71628F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71628F is #8E9D70. Grayscale: #6B6B6B. Windows color (decimal): -9346417 or 9396849. OLE color: 9396849.
HSL color Cylindrical-coordinate representation of color #71628F: hue angle of 260º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71628F is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 98 | 143 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.44 |
| HSL | 260º | 0.19% | 0.47% | - |
| HSV(B) | 260º | 0.31% | 0.56% | - |
| XYZ | 16.14 | 14.23 | 27.88 | - |
| YUV | 107.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 143 | 0.21 | 0.31 | 0 | 0.44 | 260 | 0.19 | 0.47 |
| Hex | 71 | 62 | 8F | 15 | 1F | 0 | 2C | 104 | 13 | 2F |
| Octal | 161 | 142 | 217 | 25 | 37 | 0 | 54 | 404 | 23 | 57 |
| Binary | 1110001 | 1100010 | 10001111 | 10101 | 11111 | 0 | 101100 | 100000100 | 10011 | 101111 |
Color Harmonies of #71628F
Complementary color
Monochromatic Colors of #71628F
Black with #71628F
Text Example
Text Example
White with #71628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71628F; }
p { color: rgb(113,98,143); }
H1.HeaderClassName
{
color: #71628F;
}
.AnyTagClassName
{
color: #71628F;
}
</style>
background-color css
<style>
a { background-color: #71628F; }
a { background-color: rgb(113,98,143); }
div.DivClassName
{
background-color: #71628F;
}
.BgClassName
{
background-color: #71628F;
}
</style>
border-color css
<style>
span { border-color: #71628F; }
span { border-color: rgb(113,98,143); }
td.TdClassName
{
border-color: #71628F;
}
.TagClassName
{
border-color: #71628F;
}
</style>