#75488b

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

Shades of Affair #75488B

Tints of Affair #75488B

Color information

#75488B (or 0x75488B) is unknown color: approx Affair. HEX triplet: 75, 48 and 8B. RGB value is (117,72,139). Sum of RGB (Red+Green+Blue) = 117+72+139=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #75488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75488B is #8AB774. Grayscale: #5C5C5C. Windows color (decimal): -9090933 or 9128053. OLE color: 9128053.

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

Color convert

RGB11772139-
CMYK0.160.4800.45
HSL280.3º31.75%41.37%-
HSV(B)280.3º48.2%54.51%-
XYZ14.3110.2825.66-
YUV93.09153.91145.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.67%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=35.67%
G=21.95%
B=42.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117721390.160.4800.45280.331.7541.37
Hex75488B103002D1182029
Octal16511021320600554304051
Binary1110101100100010001011100001100000101101100011000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75488b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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