#72638D

Color #72638D Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #72638D

Tints of Kimberly #72638D

Color information

#72638D (or 0x72638D) is unknown color: approx Kimberly. HEX triplet: 72, 63 and 8D. RGB value is (114,99,141). Sum of RGB (Red+Green+Blue) = 114+99+141=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #72638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72638D is #8D9C72. Grayscale: #6C6C6C. Windows color (decimal): -9280627 or 9266034. OLE color: 9266034.

HSL color Cylindrical-coordinate representation of color #72638D: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72638D is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11499141-
CMYK0.190.3000.45
HSL261.43º17.5%47.06%-
HSV(B)261.43º29.79%55.29%-
XYZ16.2114.4227.13-
YUV108.27146.47132.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=32.20%
G=27.97%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114991410.190.3000.45261.4317.547.06
Hex72638D131E02D105122f
Octal16214321523360554052257
Binary11100101100011100011011001111110010110110000010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72638D; }

 p { color: rgb(114,99,141); }

 H1.HeaderClassName
 {
   color: #72638D;
 }
 .AnyTagClassName
 {
   color: #72638D;
 }
</style>
background-color css

<style>
 a { background-color: #72638D; }

 a { background-color: rgb(114,99,141); }

 div.DivClassName
 {
   background-color: #72638D;
 }
 .BgClassName
 {
   background-color: #72638D;
 }
</style>
border-color css

<style>
 span { border-color: #72638D; }

 span { border-color: rgb(114,99,141); }

 td.TdClassName
 {
   border-color: #72638D;
 }
 .TagClassName
 {
   border-color: #72638D;
 }
</style>