#75488A

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

Shades of Affair #75488A

Tints of Affair #75488A

Color information

#75488A (or 0x75488A) is unknown color: approx Affair. HEX triplet: 75, 48 and 8A. RGB value is (117,72,138). Sum of RGB (Red+Green+Blue) = 117+72+138=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #75488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75488A is #8AB775. Grayscale: #5C5C5C. Windows color (decimal): -9090934 or 9062517. OLE color: 9062517.

HSL color Cylindrical-coordinate representation of color #75488A: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75488A is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11772138-
CMYK0.150.4800.46
HSL280.91º31.43%41.18%-
HSV(B)280.91º47.83%54.12%-
XYZ14.2410.2525.27-
YUV92.98153.41145.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=35.78%
G=22.02%
B=42.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117721380.150.4800.46280.9131.4341.18
Hex75488AF3002E1191f29
Octal16511021217600564313751
Binary11101011001000100010101111110000010111010001100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75488A; }

 p { color: rgb(117,72,138); }

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

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

 a { background-color: rgb(117,72,138); }

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

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

 span { border-color: rgb(117,72,138); }

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