#734D90

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

Shades of Affair #734D90

Tints of Affair #734D90

Color information

#734D90 (or 0x734D90) is unknown color: approx Affair. HEX triplet: 73, 4D and 90. RGB value is (115,77,144). Sum of RGB (Red+Green+Blue) = 115+77+144=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #734D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734D90 is #8CB26F. Grayscale: #5F5F5F. Windows color (decimal): -9220720 or 9457011. OLE color: 9457011.

HSL color Cylindrical-coordinate representation of color #734D90: hue angle of 274.03º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #734D90 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11577144-
CMYK0.200.4700.44
HSL274.03º30.32%43.33%-
HSV(B)274.03º46.53%56.47%-
XYZ14.7610.9727.72-
YUV96155.09141.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=34.23%
G=22.92%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115771440.200.4700.44274.0330.3243.33
Hex734D90142F02C1121e2b
Octal16311522024570544223653
Binary111001110011011001000010100101111010110010001001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D90; }

 p { color: rgb(115,77,144); }

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

<style>
 a { background-color: #734D90; }

 a { background-color: rgb(115,77,144); }

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

<style>
 span { border-color: #734D90; }

 span { border-color: rgb(115,77,144); }

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