#734B84

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

Shades of Affair #734B84

Tints of Affair #734B84

Color information

#734B84 (or 0x734B84) is unknown color: approx Affair. HEX triplet: 73, 4B and 84. RGB value is (115,75,132). Sum of RGB (Red+Green+Blue) = 115+75+132=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #734B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734B84 is #8CB47B. Grayscale: #5D5D5D. Windows color (decimal): -9221244 or 8670067. OLE color: 8670067.

HSL color Cylindrical-coordinate representation of color #734B84: hue angle of 282.11º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #734B84 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11575132-
CMYK0.130.4300.48
HSL282.11º27.54%40.59%-
HSV(B)282.11º43.18%51.76%-
XYZ13.7510.3423.1-
YUV93.46149.75143.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 75 (29.69% from 255) = 23.29%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=35.71%
G=23.29%
B=40.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115751320.130.4300.48282.1127.5440.59
Hex734B84D2B03011a1c29
Octal16311320415530604323451
Binary11100111001011100001001101101011011000010001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,132); }

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

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

 a { background-color: rgb(115,75,132); }

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

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

 span { border-color: rgb(115,75,132); }

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