#75508C

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

Shades of Affair #75508C

Tints of Affair #75508C

Color information

#75508C (or 0x75508C) is unknown color: approx Affair. HEX triplet: 75, 50 and 8C. RGB value is (117,80,140). Sum of RGB (Red+Green+Blue) = 117+80+140=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #75508C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75508C is #8AAF73. Grayscale: #616161. Windows color (decimal): -9088884 or 9195637. OLE color: 9195637.

HSL color Cylindrical-coordinate representation of color #75508C: hue angle of 277º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75508C is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11780140-
CMYK0.160.4300.45
HSL277º27.27%43.14%-
HSV(B)277º42.86%54.9%-
XYZ14.9411.4126.23-
YUV97.9151.76141.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=34.72%
G=23.74%
B=41.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117801400.160.4300.4527727.2743.14
Hex75508C102B02D1151b2b
Octal16512021420530554253353
Binary111010110100001000110010000101011010110110001010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75508C; }

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

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

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

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

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

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

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

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