Shades of Kimberly #71638F
Tints of Kimberly #71638F
RGB
CMYK
RGB Variations
Color information
#71638F (or 0x71638F) is known color: Kimberly. HEX triplet: 71, 63 and 8F. RGB value is (113,99,143). Sum of RGB (Red+Green+Blue) = 113+99+143=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #71638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71638F is #8E9C70. Grayscale: #6C6C6C. Windows color (decimal): -9346161 or 9397105. OLE color: 9397105.
HSL color Cylindrical-coordinate representation of color #71638F: hue angle of 259.09º degrees, saturation: 0.18, 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 #71638F is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 99 | 143 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.44 |
| HSL | 259.09º | 0.18% | 0.47% | - |
| HSV(B) | 259.09º | 0.31% | 0.56% | - |
| XYZ | 16.23 | 14.42 | 27.91 | - |
| YUV | 108.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 143 | 0.21 | 0.31 | 0 | 0.44 | 259.09 | 0.18 | 0.47 |
| Hex | 71 | 63 | 8F | 15 | 1F | 0 | 2C | 103 | 12 | 2F |
| Octal | 161 | 143 | 217 | 25 | 37 | 0 | 54 | 403 | 22 | 57 |
| Binary | 1110001 | 1100011 | 10001111 | 10101 | 11111 | 0 | 101100 | 100000011 | 10010 | 101111 |
Color Harmonies of #71638F
Complementary color
Monochromatic Colors of #71638F
Black with #71638F
Text Example
Text Example
White with #71638F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71638F; }
p { color: rgb(113,99,143); }
H1.HeaderClassName
{
color: #71638F;
}
.AnyTagClassName
{
color: #71638F;
}
</style>
background-color css
<style>
a { background-color: #71638F; }
a { background-color: rgb(113,99,143); }
div.DivClassName
{
background-color: #71638F;
}
.BgClassName
{
background-color: #71638F;
}
</style>
border-color css
<style>
span { border-color: #71638F; }
span { border-color: rgb(113,99,143); }
td.TdClassName
{
border-color: #71638F;
}
.TagClassName
{
border-color: #71638F;
}
</style>