#73507B

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

Shades of Affair #73507B

Tints of Affair #73507B

Color information

#73507B (or 0x73507B) is unknown color: approx Affair. HEX triplet: 73, 50 and 7B. RGB value is (115,80,123). Sum of RGB (Red+Green+Blue) = 115+80+123=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #73507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73507B is #8CAF84. Grayscale: #5F5F5F. Windows color (decimal): -9219973 or 8081523. OLE color: 8081523.

HSL color Cylindrical-coordinate representation of color #73507B: hue angle of 288.84º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73507B is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11580123-
CMYK0.070.3500.52
HSL288.84º21.18%39.8%-
HSV(B)288.84º34.96%48.24%-
XYZ13.5110.8120.11-
YUV95.37143.6142-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=36.16%
G=25.16%
B=38.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115801230.070.3500.52288.8421.1839.8
Hex73507B7230341211528
Octal1631201737430644412550
Binary111001110100001111011111100011011010010010000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,80,123); }

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

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

 a { background-color: rgb(115,80,123); }

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

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

 span { border-color: rgb(115,80,123); }

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