#755483

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

Shades of Affair #755483

Tints of Affair #755483

Color information

#755483 (or 0x755483) is unknown color: approx Affair. HEX triplet: 75, 54 and 83. RGB value is (117,84,131). Sum of RGB (Red+Green+Blue) = 117+84+131=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #755483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755483 is #8AAB7C. Grayscale: #636363. Windows color (decimal): -9087869 or 8606837. OLE color: 8606837.

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

Color convert

RGB11784131-
CMYK0.110.3600.49
HSL282.13º21.86%42.16%-
HSV(B)282.13º35.88%51.37%-
XYZ14.611.7622.97-
YUV99.22145.93140.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=35.24%
G=25.30%
B=39.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117841310.110.3600.49282.1321.8642.16
Hex755483B2403111a162a
Octal16512420313440614322652
Binary11101011010100100000111011100100011000110001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755483; }

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

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

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

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

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

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

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

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