#735185

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

Shades of Affair #735185

Tints of Affair #735185

Color information

#735185 (or 0x735185) is unknown color: approx Affair. HEX triplet: 73, 51 and 85. RGB value is (115,81,133). Sum of RGB (Red+Green+Blue) = 115+81+133=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #735185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735185 is #8CAE7A. Grayscale: #606060. Windows color (decimal): -9219707 or 8737139. OLE color: 8737139.

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

Color convert

RGB11581133-
CMYK0.140.3900.48
HSL279.23º24.3%41.96%-
HSV(B)279.23º39.1%52.16%-
XYZ14.2511.2223.61-
YUV97.09148.26140.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=34.95%
G=24.62%
B=40.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115811330.140.3900.48279.2324.341.96
Hex735185E27030117182a
Octal16312120516470604273052
Binary11100111010001100001011110100111011000010001011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735185; }

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

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

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

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

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

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

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

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