Shades of Kimberly #706591
Tints of Kimberly #706591
RGB
CMYK
RGB Variations
Color information
#706591 (or 0x706591) is known color: Kimberly. HEX triplet: 70, 65 and 91. RGB value is (112,101,145). Sum of RGB (Red+Green+Blue) = 112+101+145=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #706591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706591 is #8F9A6E. Grayscale: #6D6D6D. Windows color (decimal): -9411183 or 9528688. OLE color: 9528688.
HSL color Cylindrical-coordinate representation of color #706591: hue angle of 255º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706591 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 101 | 145 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.43 |
| HSL | 255º | 0.18% | 0.48% | - |
| HSV(B) | 255º | 0.3% | 0.57% | - |
| XYZ | 16.45 | 14.8 | 28.78 | - |
| YUV | 109.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 145 | 0.23 | 0.30 | 0 | 0.43 | 255 | 0.18 | 0.48 |
| Hex | 70 | 65 | 91 | 17 | 1E | 0 | 2B | FF | 12 | 30 |
| Octal | 160 | 145 | 221 | 27 | 36 | 0 | 53 | 377 | 22 | 60 |
| Binary | 1110000 | 1100101 | 10010001 | 10111 | 11110 | 0 | 101011 | 11111111 | 10010 | 110000 |
Color Harmonies of #706591
Complementary color
Monochromatic Colors of #706591
Black with #706591
Text Example
Text Example
White with #706591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706591; }
p { color: rgb(112,101,145); }
H1.HeaderClassName
{
color: #706591;
}
.AnyTagClassName
{
color: #706591;
}
</style>
background-color css
<style>
a { background-color: #706591; }
a { background-color: rgb(112,101,145); }
div.DivClassName
{
background-color: #706591;
}
.BgClassName
{
background-color: #706591;
}
</style>
border-color css
<style>
span { border-color: #706591; }
span { border-color: rgb(112,101,145); }
td.TdClassName
{
border-color: #706591;
}
.TagClassName
{
border-color: #706591;
}
</style>