#755484

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

Shades of Affair #755484

Tints of Affair #755484

Color information

#755484 (or 0x755484) is unknown color: approx Affair. HEX triplet: 75, 54 and 84. RGB value is (117,84,132). Sum of RGB (Red+Green+Blue) = 117+84+132=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #755484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755484 is #8AAB7B. Grayscale: #636363. Windows color (decimal): -9087868 or 8672373. OLE color: 8672373.

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

Color convert

RGB11784132-
CMYK0.110.3600.48
HSL281.25º22.22%42.35%-
HSV(B)281.25º36.36%51.76%-
XYZ14.6711.7923.33-
YUV99.34146.43140.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=35.14%
G=25.23%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117841320.110.3600.48281.2522.2242.35
Hex755484B24030119162a
Octal16512420413440604312652
Binary11101011010100100001001011100100011000010001100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755484; }

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

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

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

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

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

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

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

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