#734B7D

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

Shades of Affair #734B7D

Tints of Affair #734B7D

Color information

#734B7D (or 0x734B7D) is unknown color: approx Affair. HEX triplet: 73, 4B and 7D. RGB value is (115,75,125). Sum of RGB (Red+Green+Blue) = 115+75+125=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 125 - color contains mainly: blue. Hex color #734B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B7D is #8CB482. Grayscale: #5C5C5C. Windows color (decimal): -9221251 or 8211315. OLE color: 8211315.

HSL color Cylindrical-coordinate representation of color #734B7D: hue angle of 288º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #734B7D is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11575125-
CMYK0.080.4000.51
HSL288º25%39.22%-
HSV(B)288º40%49.02%-
XYZ13.2910.1620.66-
YUV92.66146.25143.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=36.51%
G=23.81%
B=39.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115751250.080.4000.512882539.22
Hex734B7D8280331201927
Octal16311317510500634403147
Binary1110011100101111111011000101000011001110010000011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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