#75518B

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

Shades of Affair #75518B

Tints of Affair #75518B

Color information

#75518B (or 0x75518B) is unknown color: approx Affair. HEX triplet: 75, 51 and 8B. RGB value is (117,81,139). Sum of RGB (Red+Green+Blue) = 117+81+139=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #75518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75518B is #8AAE74. Grayscale: #626262. Windows color (decimal): -9088629 or 9130357. OLE color: 9130357.

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

Color convert

RGB11781139-
CMYK0.160.4200.45
HSL277.24º26.36%43.14%-
HSV(B)277.24º41.73%54.51%-
XYZ14.9411.5325.86-
YUV98.38150.93141.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=34.72%
G=24.04%
B=41.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117811390.160.4200.45277.2426.3643.14
Hex75518B102A02D1151a2b
Octal16512121320520554253253
Binary111010110100011000101110000101010010110110001010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75518B; }

 p { color: rgb(117,81,139); }

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

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

 a { background-color: rgb(117,81,139); }

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

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

 span { border-color: rgb(117,81,139); }

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