#734388

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

Shades of Affair #734388

Tints of Affair #734388

Color information

#734388 (or 0x734388) is unknown color: approx Affair. HEX triplet: 73, 43 and 88. RGB value is (115,67,136). Sum of RGB (Red+Green+Blue) = 115+67+136=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #734388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734388 is #8CBC77. Grayscale: #585858. Windows color (decimal): -9223288 or 8930163. OLE color: 8930163.

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

Color convert

RGB11567136-
CMYK0.150.5100.47
HSL281.74º33.99%39.8%-
HSV(B)281.74º50.74%53.33%-
XYZ13.529.4424.4-
YUV89.22154.4146.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=36.16%
G=21.07%
B=42.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115671360.150.5100.47281.7433.9939.8
Hex734388F3302F11a2228
Octal16310321017630574324250
Binary111001110000111000100011111100110101111100011010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734388; }

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

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

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

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

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

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

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

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