Shades of Kimberly #706382
Tints of Kimberly #706382
RGB
CMYK
RGB Variations
Color information
#706382 (or 0x706382) is known color: Kimberly. HEX triplet: 70, 63 and 82. RGB value is (112,99,130). Sum of RGB (Red+Green+Blue) = 112+99+130=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #706382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706382 is #8F9C7D. Grayscale: #6A6A6A. Windows color (decimal): -9411710 or 8545136. OLE color: 8545136.
HSL color Cylindrical-coordinate representation of color #706382: hue angle of 265.16º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706382 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 99 | 130 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.49 |
| HSL | 265.16º | 0.14% | 0.45% | - |
| HSV(B) | 265.16º | 0.24% | 0.51% | - |
| XYZ | 15.17 | 13.98 | 23.02 | - |
| YUV | 106.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 130 | 0.14 | 0.24 | 0 | 0.49 | 265.16 | 0.14 | 0.45 |
| Hex | 70 | 63 | 82 | E | 18 | 0 | 31 | 109 | E | 2D |
| Octal | 160 | 143 | 202 | 16 | 30 | 0 | 61 | 411 | 16 | 55 |
| Binary | 1110000 | 1100011 | 10000010 | 1110 | 11000 | 0 | 110001 | 100001001 | 1110 | 101101 |
Color Harmonies of #706382
Complementary color
Monochromatic Colors of #706382
Black with #706382
Text Example
Text Example
White with #706382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706382; }
p { color: rgb(112,99,130); }
H1.HeaderClassName
{
color: #706382;
}
.AnyTagClassName
{
color: #706382;
}
</style>
background-color css
<style>
a { background-color: #706382; }
a { background-color: rgb(112,99,130); }
div.DivClassName
{
background-color: #706382;
}
.BgClassName
{
background-color: #706382;
}
</style>
border-color css
<style>
span { border-color: #706382; }
span { border-color: rgb(112,99,130); }
td.TdClassName
{
border-color: #706382;
}
.TagClassName
{
border-color: #706382;
}
</style>