#755482

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

Shades of Affair #755482

Tints of Affair #755482

Color information

#755482 (or 0x755482) is unknown color: approx Affair. HEX triplet: 75, 54 and 82. RGB value is (117,84,130). Sum of RGB (Red+Green+Blue) = 117+84+130=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #755482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755482 is #8AAB7D. Grayscale: #626262. Windows color (decimal): -9087870 or 8541301. OLE color: 8541301.

HSL color Cylindrical-coordinate representation of color #755482: hue angle of 283.04º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #755482 is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11784130-
CMYK0.10.3500.49
HSL283.04º21.5%41.96%-
HSV(B)283.04º35.38%50.98%-
XYZ14.5411.7322.62-
YUV99.11145.43140.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=35.35%
G=25.38%
B=39.27%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117841300.10.3500.49283.0421.541.96
Hex755482A2303111b152a
Octal16512420212430614332552
Binary11101011010100100000101010100011011000110001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755482; }

 p { color: rgb(117,84,130); }

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

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

 a { background-color: rgb(117,84,130); }

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

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

 span { border-color: rgb(117,84,130); }

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