#73598B

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

Shades of Affair #73598B

Tints of Affair #73598B

Color information

#73598B (or 0x73598B) is unknown color: approx Affair. HEX triplet: 73, 59 and 8B. RGB value is (115,89,139). Sum of RGB (Red+Green+Blue) = 115+89+139=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #73598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73598B is #8CA674. Grayscale: #666666. Windows color (decimal): -9217653 or 9132403. OLE color: 9132403.

HSL color Cylindrical-coordinate representation of color #73598B: hue angle of 271.2º 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 #73598B is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11589139-
CMYK0.170.3600.45
HSL271.2º21.93%44.71%-
HSV(B)271.2º35.97%54.51%-
XYZ15.312.6526.06-
YUV102.47148.61136.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=33.53%
G=25.95%
B=40.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115891390.170.3600.45271.221.9344.71
Hex73598B112402D10f162d
Octal16313121321440554172655
Binary111001110110011000101110001100100010110110000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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