Shades of Kimberly #72648D
Tints of Kimberly #72648D
RGB
CMYK
RGB Variations
Color information
#72648D (or 0x72648D) is known color: Kimberly. HEX triplet: 72, 64 and 8D. RGB value is (114,100,141). Sum of RGB (Red+Green+Blue) = 114+100+141=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #72648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72648D is #8D9B72. Grayscale: #6C6C6C. Windows color (decimal): -9280371 or 9266290. OLE color: 9266290.
HSL color Cylindrical-coordinate representation of color #72648D: hue angle of 260.49º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72648D is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 100 | 141 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.45 |
| HSL | 260.49º | 0.17% | 0.47% | - |
| HSV(B) | 260.49º | 0.29% | 0.55% | - |
| XYZ | 16.3 | 14.61 | 27.16 | - |
| YUV | 108.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 100 | 141 | 0.19 | 0.29 | 0 | 0.45 | 260.49 | 0.17 | 0.47 |
| Hex | 72 | 64 | 8D | 13 | 1D | 0 | 2D | 104 | 11 | 2F |
| Octal | 162 | 144 | 215 | 23 | 35 | 0 | 55 | 404 | 21 | 57 |
| Binary | 1110010 | 1100100 | 10001101 | 10011 | 11101 | 0 | 101101 | 100000100 | 10001 | 101111 |
Color Harmonies of #72648D
Complementary color
Monochromatic Colors of #72648D
Black with #72648D
Text Example
Text Example
White with #72648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72648D; }
p { color: rgb(114,100,141); }
H1.HeaderClassName
{
color: #72648D;
}
.AnyTagClassName
{
color: #72648D;
}
</style>
background-color css
<style>
a { background-color: #72648D; }
a { background-color: rgb(114,100,141); }
div.DivClassName
{
background-color: #72648D;
}
.BgClassName
{
background-color: #72648D;
}
</style>
border-color css
<style>
span { border-color: #72648D; }
span { border-color: rgb(114,100,141); }
td.TdClassName
{
border-color: #72648D;
}
.TagClassName
{
border-color: #72648D;
}
</style>