#75488D

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

Shades of Affair #75488D

Tints of Affair #75488D

Color information

#75488D (or 0x75488D) is unknown color: approx Affair. HEX triplet: 75, 48 and 8D. RGB value is (117,72,141). Sum of RGB (Red+Green+Blue) = 117+72+141=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #75488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75488D is #8AB772. Grayscale: #5D5D5D. Windows color (decimal): -9090931 or 9259125. OLE color: 9259125.

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

Color convert

RGB11772141-
CMYK0.170.4900.45
HSL279.13º32.39%41.76%-
HSV(B)279.13º48.94%55.29%-
XYZ14.4610.3426.43-
YUV93.32154.91144.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=35.45%
G=21.82%
B=42.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117721410.170.4900.45279.1332.3941.76
Hex75488D113102D117202a
Octal16511021521610554274052
Binary1110101100100010001101100011100010101101100010111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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