#72618B

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

Shades of Kimberly #72618B

Tints of Kimberly #72618B

Color information

#72618B (or 0x72618B) is unknown color: approx Kimberly. HEX triplet: 72, 61 and 8B. RGB value is (114,97,139). Sum of RGB (Red+Green+Blue) = 114+97+139=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #72618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72618B is #8D9E74. Grayscale: #6A6A6A. Windows color (decimal): -9281141 or 9134450. OLE color: 9134450.

HSL color Cylindrical-coordinate representation of color #72618B: hue angle of 264.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72618B is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11497139-
CMYK0.180.3000.45
HSL264.29º17.8%46.27%-
HSV(B)264.29º30.22%54.51%-
XYZ15.8713.9926.29-
YUV106.87146.13133.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=32.57%
G=27.71%
B=39.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114971390.180.3000.45264.2917.846.27
Hex72618B121E02D108122e
Octal16214121322360554102256
Binary11100101100001100010111001011110010110110000100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72618B; }

 p { color: rgb(114,97,139); }

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

<style>
 a { background-color: #72618B; }

 a { background-color: rgb(114,97,139); }

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

<style>
 span { border-color: #72618B; }

 span { border-color: rgb(114,97,139); }

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