Shades of Kimberly #73618C
Tints of Kimberly #73618C
RGB
CMYK
RGB Variations
Color information
#73618C (or 0x73618C) is known color: Kimberly. HEX triplet: 73, 61 and 8C. RGB value is (115,97,140). Sum of RGB (Red+Green+Blue) = 115+97+140=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #73618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73618C is #8C9E73. Grayscale: #6B6B6B. Windows color (decimal): -9215604 or 9199987. OLE color: 9199987.
HSL color Cylindrical-coordinate representation of color #73618C: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73618C is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 97 | 140 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.45 |
| HSL | 265.12º | 0.18% | 0.46% | - |
| HSV(B) | 265.12º | 0.31% | 0.55% | - |
| XYZ | 16.08 | 14.09 | 26.68 | - |
| YUV | 107.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 140 | 0.18 | 0.31 | 0 | 0.45 | 265.12 | 0.18 | 0.46 |
| Hex | 73 | 61 | 8C | 12 | 1F | 0 | 2D | 109 | 12 | 2E |
| Octal | 163 | 141 | 214 | 22 | 37 | 0 | 55 | 411 | 22 | 56 |
| Binary | 1110011 | 1100001 | 10001100 | 10010 | 11111 | 0 | 101101 | 100001001 | 10010 | 101110 |
Color Harmonies of #73618C
Complementary color
Monochromatic Colors of #73618C
Black with #73618C
Text Example
Text Example
White with #73618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73618C; }
p { color: rgb(115,97,140); }
H1.HeaderClassName
{
color: #73618C;
}
.AnyTagClassName
{
color: #73618C;
}
</style>
background-color css
<style>
a { background-color: #73618C; }
a { background-color: rgb(115,97,140); }
div.DivClassName
{
background-color: #73618C;
}
.BgClassName
{
background-color: #73618C;
}
</style>
border-color css
<style>
span { border-color: #73618C; }
span { border-color: rgb(115,97,140); }
td.TdClassName
{
border-color: #73618C;
}
.TagClassName
{
border-color: #73618C;
}
</style>