#73598A

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

Shades of Affair #73598A

Tints of Affair #73598A

Color information

#73598A (or 0x73598A) is unknown color: approx Affair. HEX triplet: 73, 59 and 8A. RGB value is (115,89,138). Sum of RGB (Red+Green+Blue) = 115+89+138=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #73598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73598A is #8CA675. Grayscale: #666666. Windows color (decimal): -9217654 or 9066867. OLE color: 9066867.

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

Color convert

RGB11589138-
CMYK0.170.3600.46
HSL271.84º21.59%44.51%-
HSV(B)271.84º35.51%54.12%-
XYZ15.2312.6225.68-
YUV102.36148.11137.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=33.63%
G=26.02%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115891380.170.3600.46271.8421.5944.51
Hex73598A112402E110162d
Octal16313121221440564202655
Binary111001110110011000101010001100100010111010001000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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