Shades of Kimberly #72638E
Tints of Kimberly #72638E
RGB
CMYK
RGB Variations
Color information
#72638E (or 0x72638E) is known color: Kimberly. HEX triplet: 72, 63 and 8E. RGB value is (114,99,142). Sum of RGB (Red+Green+Blue) = 114+99+142=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #72638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638E is #8D9C71. Grayscale: #6C6C6C. Windows color (decimal): -9280626 or 9331570. OLE color: 9331570.
HSL color Cylindrical-coordinate representation of color #72638E: hue angle of 260.93º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72638E is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 99 | 142 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.44 |
| HSL | 260.93º | 0.18% | 0.47% | - |
| HSV(B) | 260.93º | 0.3% | 0.56% | - |
| XYZ | 16.28 | 14.45 | 27.52 | - |
| YUV | 108.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 142 | 0.20 | 0.30 | 0 | 0.44 | 260.93 | 0.18 | 0.47 |
| Hex | 72 | 63 | 8E | 14 | 1E | 0 | 2C | 105 | 12 | 2F |
| Octal | 162 | 143 | 216 | 24 | 36 | 0 | 54 | 405 | 22 | 57 |
| Binary | 1110010 | 1100011 | 10001110 | 10100 | 11110 | 0 | 101100 | 100000101 | 10010 | 101111 |
Color Harmonies of #72638E
Complementary color
Monochromatic Colors of #72638E
Black with #72638E
Text Example
Text Example
White with #72638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72638E; }
p { color: rgb(114,99,142); }
H1.HeaderClassName
{
color: #72638E;
}
.AnyTagClassName
{
color: #72638E;
}
</style>
background-color css
<style>
a { background-color: #72638E; }
a { background-color: rgb(114,99,142); }
div.DivClassName
{
background-color: #72638E;
}
.BgClassName
{
background-color: #72638E;
}
</style>
border-color css
<style>
span { border-color: #72638E; }
span { border-color: rgb(114,99,142); }
td.TdClassName
{
border-color: #72638E;
}
.TagClassName
{
border-color: #72638E;
}
</style>