#734A8C

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

Shades of Affair #734A8C

Tints of Affair #734A8C

Color information

#734A8C (or 0x734A8C) is unknown color: approx Affair. HEX triplet: 73, 4A and 8C. RGB value is (115,74,140). Sum of RGB (Red+Green+Blue) = 115+74+140=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #734A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734A8C is #8CB573. Grayscale: #5D5D5D. Windows color (decimal): -9221492 or 9194099. OLE color: 9194099.

HSL color Cylindrical-coordinate representation of color #734A8C: hue angle of 277.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #734A8C is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11574140-
CMYK0.180.4700.45
HSL277.27º30.84%41.96%-
HSV(B)277.27º47.14%54.9%-
XYZ14.2510.4426.07-
YUV93.78154.08143.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=34.95%
G=22.49%
B=42.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115741400.180.4700.45277.2730.8441.96
Hex734A8C122F02D1151f2a
Octal16311221422570554253752
Binary111001110010101000110010010101111010110110001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,74,140); }

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

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

 a { background-color: rgb(115,74,140); }

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

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

 span { border-color: rgb(115,74,140); }

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