#73578A

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

Shades of Affair #73578A

Tints of Affair #73578A

Color information

#73578A (or 0x73578A) is unknown color: approx Affair. HEX triplet: 73, 57 and 8A. RGB value is (115,87,138). Sum of RGB (Red+Green+Blue) = 115+87+138=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #73578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73578A is #8CA875. Grayscale: #656565. Windows color (decimal): -9218166 or 9066355. OLE color: 9066355.

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

Color convert

RGB11587138-
CMYK0.170.3700.46
HSL272.94º22.67%44.12%-
HSV(B)272.94º36.96%54.12%-
XYZ15.0712.325.62-
YUV101.19148.78137.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=33.82%
G=25.59%
B=40.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115871380.170.3700.46272.9422.6744.12
Hex73578A112502E111172c
Octal16312721221450564212754
Binary111001110101111000101010001100101010111010001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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