#73558D

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

Shades of Affair #73558D

Tints of Affair #73558D

Color information

#73558D (or 0x73558D) is unknown color: approx Affair. HEX triplet: 73, 55 and 8D. RGB value is (115,85,141). Sum of RGB (Red+Green+Blue) = 115+85+141=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #73558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73558D is #8CAA72. Grayscale: #646464. Windows color (decimal): -9218675 or 9262451. OLE color: 9262451.

HSL color Cylindrical-coordinate representation of color #73558D: hue angle of 272.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73558D is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11585141-
CMYK0.180.4000.45
HSL272.14º24.78%44.31%-
HSV(B)272.14º39.72%55.29%-
XYZ15.1312.0626.73-
YUV100.35150.94138.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=33.72%
G=24.93%
B=41.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115851410.180.4000.45272.1424.7844.31
Hex73558D122802D110192c
Octal16312521522500554203154
Binary111001110101011000110110010101000010110110001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73558D; }

 p { color: rgb(115,85,141); }

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

<style>
 a { background-color: #73558D; }

 a { background-color: rgb(115,85,141); }

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

<style>
 span { border-color: #73558D; }

 span { border-color: rgb(115,85,141); }

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