#755485

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

Shades of Affair #755485

Tints of Affair #755485

Color information

#755485 (or 0x755485) is unknown color: approx Affair. HEX triplet: 75, 54 and 85. RGB value is (117,84,133). Sum of RGB (Red+Green+Blue) = 117+84+133=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #755485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755485 is #8AAB7A. Grayscale: #636363. Windows color (decimal): -9087867 or 8737909. OLE color: 8737909.

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

Color convert

RGB11784133-
CMYK0.120.3700.48
HSL280.41º22.58%42.55%-
HSV(B)280.41º36.84%52.16%-
XYZ14.7411.8223.69-
YUV99.45146.93140.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=35.03%
G=25.15%
B=39.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117841330.120.3700.48280.4122.5842.55
Hex755485C25030118172b
Octal16512420514450604302753
Binary11101011010100100001011100100101011000010001100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755485; }

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

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

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

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

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

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

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

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