#755289

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

Shades of Affair #755289

Tints of Affair #755289

Color information

#755289 (or 0x755289) is unknown color: approx Affair. HEX triplet: 75, 52 and 89. RGB value is (117,82,137). Sum of RGB (Red+Green+Blue) = 117+82+137=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #755289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755289 is #8AAD76. Grayscale: #626262. Windows color (decimal): -9088375 or 8999541. OLE color: 8999541.

HSL color Cylindrical-coordinate representation of color #755289: hue angle of 278.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755289 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11782137-
CMYK0.150.4000.46
HSL278.18º25.11%42.94%-
HSV(B)278.18º40.15%53.73%-
XYZ14.8711.6225.13-
YUV98.73149.6141.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=34.82%
G=24.40%
B=40.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117821370.150.4000.46278.1825.1142.94
Hex755289F2802E116192b
Octal16512221117500564263153
Binary11101011010010100010011111101000010111010001011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755289; }

 p { color: rgb(117,82,137); }

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

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

 a { background-color: rgb(117,82,137); }

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

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

 span { border-color: rgb(117,82,137); }

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