#734F8A

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

Shades of Affair #734F8A

Tints of Affair #734F8A

Color information

#734F8A (or 0x734F8A) is unknown color: approx Affair. HEX triplet: 73, 4F and 8A. RGB value is (115,79,138). Sum of RGB (Red+Green+Blue) = 115+79+138=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #734F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #734F8A is #8CB075. Grayscale: #606060. Windows color (decimal): -9220214 or 9064307. OLE color: 9064307.

HSL color Cylindrical-coordinate representation of color #734F8A: hue angle of 276.61º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734F8A is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11579138-
CMYK0.170.4300.46
HSL276.61º27.19%42.55%-
HSV(B)276.61º42.75%54.12%-
XYZ14.4511.0725.42-
YUV96.49151.43141.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=34.64%
G=23.80%
B=41.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115791380.170.4300.46276.6127.1942.55
Hex734F8A112B02E1151b2b
Octal16311721221530564253353
Binary111001110011111000101010001101011010111010001010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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