Shades of Kimberly #73608C
Tints of Kimberly #73608C
RGB
CMYK
RGB Variations
Color information
#73608C (or 0x73608C) is known color: Kimberly. HEX triplet: 73, 60 and 8C. RGB value is (115,96,140). Sum of RGB (Red+Green+Blue) = 115+96+140=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #73608C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73608C is #8C9F73. Grayscale: #6A6A6A. Windows color (decimal): -9215860 or 9199731. OLE color: 9199731.
HSL color Cylindrical-coordinate representation of color #73608C: hue angle of 265.91º degrees, saturation: 0.19, 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 #73608C is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 96 | 140 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.45 |
| HSL | 265.91º | 0.19% | 0.46% | - |
| HSV(B) | 265.91º | 0.31% | 0.55% | - |
| XYZ | 15.99 | 13.9 | 26.65 | - |
| YUV | 106.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 140 | 0.18 | 0.31 | 0 | 0.45 | 265.91 | 0.19 | 0.46 |
| Hex | 73 | 60 | 8C | 12 | 1F | 0 | 2D | 10A | 13 | 2E |
| Octal | 163 | 140 | 214 | 22 | 37 | 0 | 55 | 412 | 23 | 56 |
| Binary | 1110011 | 1100000 | 10001100 | 10010 | 11111 | 0 | 101101 | 100001010 | 10011 | 101110 |
Color Harmonies of #73608C
Complementary color
Monochromatic Colors of #73608C
Black with #73608C
Text Example
Text Example
White with #73608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73608C; }
p { color: rgb(115,96,140); }
H1.HeaderClassName
{
color: #73608C;
}
.AnyTagClassName
{
color: #73608C;
}
</style>
background-color css
<style>
a { background-color: #73608C; }
a { background-color: rgb(115,96,140); }
div.DivClassName
{
background-color: #73608C;
}
.BgClassName
{
background-color: #73608C;
}
</style>
border-color css
<style>
span { border-color: #73608C; }
span { border-color: rgb(115,96,140); }
td.TdClassName
{
border-color: #73608C;
}
.TagClassName
{
border-color: #73608C;
}
</style>