Shades of Kimberly #72618E
Tints of Kimberly #72618E
RGB
CMYK
RGB Variations
Color information
#72618E (or 0x72618E) is known color: Kimberly. HEX triplet: 72, 61 and 8E. RGB value is (114,97,142). Sum of RGB (Red+Green+Blue) = 114+97+142=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #72618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72618E is #8D9E71. Grayscale: #6B6B6B. Windows color (decimal): -9281138 or 9331058. OLE color: 9331058.
HSL color Cylindrical-coordinate representation of color #72618E: hue angle of 262.67º 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 #72618E is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 97 | 142 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.44 |
| HSL | 262.67º | 0.19% | 0.47% | - |
| HSV(B) | 262.67º | 0.32% | 0.56% | - |
| XYZ | 16.1 | 14.08 | 27.46 | - |
| YUV | 107.21 | 147.63 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 142 | 0.20 | 0.32 | 0 | 0.44 | 262.67 | 0.19 | 0.47 |
| Hex | 72 | 61 | 8E | 14 | 20 | 0 | 2C | 107 | 13 | 2F |
| Octal | 162 | 141 | 216 | 24 | 40 | 0 | 54 | 407 | 23 | 57 |
| Binary | 1110010 | 1100001 | 10001110 | 10100 | 100000 | 0 | 101100 | 100000111 | 10011 | 101111 |
Color Harmonies of #72618E
Complementary color
Monochromatic Colors of #72618E
Black with #72618E
Text Example
Text Example
White with #72618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72618E; }
p { color: rgb(114,97,142); }
H1.HeaderClassName
{
color: #72618E;
}
.AnyTagClassName
{
color: #72618E;
}
</style>
background-color css
<style>
a { background-color: #72618E; }
a { background-color: rgb(114,97,142); }
div.DivClassName
{
background-color: #72618E;
}
.BgClassName
{
background-color: #72618E;
}
</style>
border-color css
<style>
span { border-color: #72618E; }
span { border-color: rgb(114,97,142); }
td.TdClassName
{
border-color: #72618E;
}
.TagClassName
{
border-color: #72618E;
}
</style>