#734888

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

Shades of Affair #734888

Tints of Affair #734888

Color information

#734888 (or 0x734888) is unknown color: approx Affair. HEX triplet: 73, 48 and 88. RGB value is (115,72,136). Sum of RGB (Red+Green+Blue) = 115+72+136=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #734888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734888 is #8CB777. Grayscale: #5B5B5B. Windows color (decimal): -9222008 or 8931443. OLE color: 8931443.

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

Color convert

RGB11572136-
CMYK0.150.4700.47
HSL280.31º30.77%40.78%-
HSV(B)280.31º47.06%53.33%-
XYZ13.8310.0624.5-
YUV92.15152.75144.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=35.60%
G=22.29%
B=42.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115721360.150.4700.47280.3130.7740.78
Hex734888F2F02F1181f29
Octal16311021017570574303751
Binary11100111001000100010001111101111010111110001100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734888; }

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

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

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

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

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

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

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

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