#73608C

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

Shades of Kimberly #73608C

Tints of Kimberly #73608C

Color information

#73608C (or 0x73608C) is unknown color: approx 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

RGB11596140-
CMYK0.180.3100.45
HSL265.91º18.64%46.27%-
HSV(B)265.91º31.43%54.9%-
XYZ15.9913.926.65-
YUV106.7146.79133.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=32.76%
G=27.35%
B=39.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115961400.180.3100.45265.9118.6446.27
Hex73608C121F02D10a132e
Octal16314021422370554122356
Binary11100111100000100011001001011111010110110000101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>