#73498A

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

Shades of Affair #73498A

Tints of Affair #73498A

Color information

#73498A (or 0x73498A) is unknown color: approx Affair. HEX triplet: 73, 49 and 8A. RGB value is (115,73,138). Sum of RGB (Red+Green+Blue) = 115+73+138=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #73498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73498A is #8CB675. Grayscale: #5C5C5C. Windows color (decimal): -9221750 or 9062771. OLE color: 9062771.

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

Color convert

RGB11573138-
CMYK0.170.4700.46
HSL278.77º30.81%41.37%-
HSV(B)278.77º47.1%54.12%-
XYZ14.0410.2425.28-
YUV92.97153.41143.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=35.28%
G=22.39%
B=42.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115731380.170.4700.46278.7730.8141.37
Hex73498A112F02E1171f29
Octal16311121221570564273751
Binary111001110010011000101010001101111010111010001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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