Shades of Kimberly #72608E
Tints of Kimberly #72608E
RGB
CMYK
RGB Variations
Color information
#72608E (or 0x72608E) is known color: Kimberly. HEX triplet: 72, 60 and 8E. RGB value is (114,96,142). Sum of RGB (Red+Green+Blue) = 114+96+142=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #72608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72608E is #8D9F71. Grayscale: #6A6A6A. Windows color (decimal): -9281394 or 9330802. OLE color: 9330802.
HSL color Cylindrical-coordinate representation of color #72608E: hue angle of 263.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72608E is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 96 | 142 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.44 |
| HSL | 263.48º | 0.19% | 0.47% | - |
| HSV(B) | 263.48º | 0.32% | 0.56% | - |
| XYZ | 16 | 13.9 | 27.43 | - |
| YUV | 106.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 142 | 0.20 | 0.32 | 0 | 0.44 | 263.48 | 0.19 | 0.47 |
| Hex | 72 | 60 | 8E | 14 | 20 | 0 | 2C | 107 | 13 | 2F |
| Octal | 162 | 140 | 216 | 24 | 40 | 0 | 54 | 407 | 23 | 57 |
| Binary | 1110010 | 1100000 | 10001110 | 10100 | 100000 | 0 | 101100 | 100000111 | 10011 | 101111 |
Color Harmonies of #72608E
Complementary color
Monochromatic Colors of #72608E
Black with #72608E
Text Example
Text Example
White with #72608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72608E; }
p { color: rgb(114,96,142); }
H1.HeaderClassName
{
color: #72608E;
}
.AnyTagClassName
{
color: #72608E;
}
</style>
background-color css
<style>
a { background-color: #72608E; }
a { background-color: rgb(114,96,142); }
div.DivClassName
{
background-color: #72608E;
}
.BgClassName
{
background-color: #72608E;
}
</style>
border-color css
<style>
span { border-color: #72608E; }
span { border-color: rgb(114,96,142); }
td.TdClassName
{
border-color: #72608E;
}
.TagClassName
{
border-color: #72608E;
}
</style>