#734385

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

Shades of Affair #734385

Tints of Affair #734385

Color information

#734385 (or 0x734385) is unknown color: approx Affair. HEX triplet: 73, 43 and 85. RGB value is (115,67,133). Sum of RGB (Red+Green+Blue) = 115+67+133=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #734385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734385 is #8CBC7A. Grayscale: #585858. Windows color (decimal): -9223291 or 8733555. OLE color: 8733555.

HSL color Cylindrical-coordinate representation of color #734385: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #734385 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11567133-
CMYK0.140.5000.48
HSL283.64º33%39.22%-
HSV(B)283.64º49.62%52.16%-
XYZ13.319.3523.29-
YUV88.88152.9146.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=36.51%
G=21.27%
B=42.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115671330.140.5000.48283.643339.22
Hex734385E3203011c2127
Octal16310320516620604344147
Binary111001110000111000010111101100100110000100011100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734385; }

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

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

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

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

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

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

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

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