#73588C

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

Shades of Affair #73588C

Tints of Affair #73588C

Color information

#73588C (or 0x73588C) is unknown color: approx Affair. HEX triplet: 73, 58 and 8C. RGB value is (115,88,140). Sum of RGB (Red+Green+Blue) = 115+88+140=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #73588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73588C is #8CA773. Grayscale: #656565. Windows color (decimal): -9217908 or 9197683. OLE color: 9197683.

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

Color convert

RGB11588140-
CMYK0.180.3700.45
HSL271.15º22.81%44.71%-
HSV(B)271.15º37.14%54.9%-
XYZ15.2912.5226.42-
YUV102149.45137.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=33.53%
G=25.66%
B=40.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115881400.180.3700.45271.1522.8144.71
Hex73588C122502D10f172d
Octal16313021422450554172755
Binary111001110110001000110010010100101010110110000111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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