#734990

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

Shades of Affair #734990

Tints of Affair #734990

Color information

#734990 (or 0x734990) is unknown color: approx Affair. HEX triplet: 73, 49 and 90. RGB value is (115,73,144). Sum of RGB (Red+Green+Blue) = 115+73+144=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #734990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734990 is #8CB66F. Grayscale: #5D5D5D. Windows color (decimal): -9221744 or 9455987. OLE color: 9455987.

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

Color convert

RGB11573144-
CMYK0.200.4900.44
HSL275.49º32.72%42.55%-
HSV(B)275.49º49.31%56.47%-
XYZ14.4910.4227.63-
YUV93.65156.41143.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=34.64%
G=21.99%
B=43.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115731440.200.4900.44275.4932.7242.55
Hex734990143102C113212b
Octal16311122024610544234153
Binary1110011100100110010000101001100010101100100010011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734990; }

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

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

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

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

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

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

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

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