#73488A

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

Shades of Affair #73488A

Tints of Affair #73488A

Color information

#73488A (or 0x73488A) is unknown color: approx Affair. HEX triplet: 73, 48 and 8A. RGB value is (115,72,138). Sum of RGB (Red+Green+Blue) = 115+72+138=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #73488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73488A is #8CB775. Grayscale: #5C5C5C. Windows color (decimal): -9222006 or 9062515. OLE color: 9062515.

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

Color convert

RGB11572138-
CMYK0.170.4800.46
HSL279.09º31.43%41.18%-
HSV(B)279.09º47.83%54.12%-
XYZ13.9810.1125.26-
YUV92.38153.75144.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=35.38%
G=22.15%
B=42.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115721380.170.4800.46279.0931.4341.18
Hex73488A113002E1171f29
Octal16311021221600564273751
Binary111001110010001000101010001110000010111010001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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