#755090

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

Shades of Affair #755090

Tints of Affair #755090

Color information

#755090 (or 0x755090) is unknown color: approx Affair. HEX triplet: 75, 50 and 90. RGB value is (117,80,144). Sum of RGB (Red+Green+Blue) = 117+80+144=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #755090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755090 is #8AAF6F. Grayscale: #626262. Windows color (decimal): -9088880 or 9457781. OLE color: 9457781.

HSL color Cylindrical-coordinate representation of color #755090: hue angle of 274.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755090 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11780144-
CMYK0.190.4400.44
HSL274.69º28.57%43.92%-
HSV(B)274.69º44.44%56.47%-
XYZ15.2411.5327.81-
YUV98.36153.76141.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=34.31%
G=23.46%
B=42.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117801440.190.4400.44274.6928.5743.92
Hex755090132C02C1131d2c
Octal16512022023540544233554
Binary111010110100001001000010011101100010110010001001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755090; }

 p { color: rgb(117,80,144); }

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

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

 a { background-color: rgb(117,80,144); }

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

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

 span { border-color: rgb(117,80,144); }

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