#735885

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

Shades of Affair #735885

Tints of Affair #735885

Color information

#735885 (or 0x735885) is unknown color: approx Affair. HEX triplet: 73, 58 and 85. RGB value is (115,88,133). Sum of RGB (Red+Green+Blue) = 115+88+133=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #735885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735885 is #8CA77A. Grayscale: #656565. Windows color (decimal): -9217915 or 8738931. OLE color: 8738931.

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

Color convert

RGB11588133-
CMYK0.140.3400.48
HSL276º20.36%43.33%-
HSV(B)276º33.83%52.16%-
XYZ14.7912.3223.79-
YUV101.2145.95137.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=34.23%
G=26.19%
B=39.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115881330.140.3400.4827620.3643.33
Hex735885E22030114142b
Octal16313020516420604242453
Binary11100111011000100001011110100010011000010001010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735885; }

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

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

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

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

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

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

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

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