#73608A

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

Shades of Kimberly #73608A

Tints of Kimberly #73608A

Color information

#73608A (or 0x73608A) is unknown color: approx Kimberly. HEX triplet: 73, 60 and 8A. RGB value is (115,96,138). Sum of RGB (Red+Green+Blue) = 115+96+138=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #73608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73608A is #8C9F75. Grayscale: #6A6A6A. Windows color (decimal): -9215862 or 9068659. OLE color: 9068659.

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

Color convert

RGB11596138-
CMYK0.170.3000.46
HSL267.14º17.95%45.88%-
HSV(B)267.14º30.43%54.12%-
XYZ15.8413.8525.88-
YUV106.47145.79134.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.95%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=32.95%
G=27.51%
B=39.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115961380.170.3000.46267.1417.9545.88
Hex73608A111E02E10b122e
Octal16314021221360564132256
Binary11100111100000100010101000111110010111010000101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73608A; }

 p { color: rgb(115,96,138); }

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

<style>
 a { background-color: #73608A; }

 a { background-color: rgb(115,96,138); }

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

<style>
 span { border-color: #73608A; }

 span { border-color: rgb(115,96,138); }

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