#734B88

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

Shades of Affair #734B88

Tints of Affair #734B88

Color information

#734B88 (or 0x734B88) is unknown color: approx Affair. HEX triplet: 73, 4B and 88. RGB value is (115,75,136). Sum of RGB (Red+Green+Blue) = 115+75+136=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #734B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734B88 is #8CB477. Grayscale: #5D5D5D. Windows color (decimal): -9221240 or 8932211. OLE color: 8932211.

HSL color Cylindrical-coordinate representation of color #734B88: hue angle of 279.34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #734B88 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11575136-
CMYK0.150.4500.47
HSL279.34º28.91%41.37%-
HSV(B)279.34º44.85%53.33%-
XYZ14.0310.4524.57-
YUV93.91151.75143.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=35.28%
G=23.01%
B=41.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115751360.150.4500.47279.3428.9141.37
Hex734B88F2D02F1171d29
Octal16311321017550574273551
Binary11100111001011100010001111101101010111110001011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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