#73598C

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

Shades of Affair #73598C

Tints of Affair #73598C

Color information

#73598C (or 0x73598C) is unknown color: approx Affair. HEX triplet: 73, 59 and 8C. RGB value is (115,89,140). Sum of RGB (Red+Green+Blue) = 115+89+140=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #73598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73598C is #8CA673. Grayscale: #666666. Windows color (decimal): -9217652 or 9197939. OLE color: 9197939.

HSL color Cylindrical-coordinate representation of color #73598C: hue angle of 270.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73598C is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11589140-
CMYK0.180.3600.45
HSL270.59º22.27%44.9%-
HSV(B)270.59º36.43%54.9%-
XYZ15.3812.6826.45-
YUV102.59149.11136.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.43%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=33.43%
G=25.87%
B=40.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115891400.180.3600.45270.5922.2744.9
Hex73598C122402D10f162d
Octal16313121422440554172655
Binary111001110110011000110010010100100010110110000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73598C; }

 p { color: rgb(115,89,140); }

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

<style>
 a { background-color: #73598C; }

 a { background-color: rgb(115,89,140); }

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

<style>
 span { border-color: #73598C; }

 span { border-color: rgb(115,89,140); }

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