#73487C

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

Shades of Affair #73487C

Tints of Affair #73487C

Color information

#73487C (or 0x73487C) is unknown color: approx Affair. HEX triplet: 73, 48 and 7C. RGB value is (115,72,124). Sum of RGB (Red+Green+Blue) = 115+72+124=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #73487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73487C is #8CB783. Grayscale: #5A5A5A. Windows color (decimal): -9222020 or 8145011. OLE color: 8145011.

HSL color Cylindrical-coordinate representation of color #73487C: hue angle of 289.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73487C is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11572124-
CMYK0.070.4200.51
HSL289.62º26.53%38.43%-
HSV(B)289.62º41.94%48.63%-
XYZ13.039.7320.26-
YUV90.78146.75145.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=36.98%
G=23.15%
B=39.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115721240.070.4200.51289.6226.5338.43
Hex73487C72A0331221b26
Octal1631101747520634423346
Binary111001110010001111100111101010011001110010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,72,124); }

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

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

 a { background-color: rgb(115,72,124); }

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

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

 span { border-color: rgb(115,72,124); }

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