#734783

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

Shades of Affair #734783

Tints of Affair #734783

Color information

#734783 (or 0x734783) is unknown color: approx Affair. HEX triplet: 73, 47 and 83. RGB value is (115,71,131). Sum of RGB (Red+Green+Blue) = 115+71+131=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 131 - color contains mainly: blue. Hex color #734783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734783 is #8CB87C. Grayscale: #5A5A5A. Windows color (decimal): -9222269 or 8603507. OLE color: 8603507.

HSL color Cylindrical-coordinate representation of color #734783: hue angle of 284º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #734783 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11571131-
CMYK0.120.4600.49
HSL284º29.7%39.61%-
HSV(B)284º45.8%51.37%-
XYZ13.429.7922.66-
YUV91150.58145.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=36.28%
G=22.40%
B=41.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115711310.120.4600.4928429.739.61
Hex734783C2E03111c1e28
Octal16310720314560614343650
Binary11100111000111100000111100101110011000110001110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734783; }

 p { color: rgb(115,71,131); }

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

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

 a { background-color: rgb(115,71,131); }

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

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

 span { border-color: rgb(115,71,131); }

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