#75487D

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

Shades of Affair #75487D

Tints of Affair #75487D

Color information

#75487D (or 0x75487D) is unknown color: approx Affair. HEX triplet: 75, 48 and 7D. RGB value is (117,72,125). Sum of RGB (Red+Green+Blue) = 117+72+125=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #75487D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75487D is #8AB782. Grayscale: #5B5B5B. Windows color (decimal): -9090947 or 8210549. OLE color: 8210549.

HSL color Cylindrical-coordinate representation of color #75487D: hue angle of 290.94º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75487D is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11772125-
CMYK0.060.4200.51
HSL290.94º26.9%38.63%-
HSV(B)290.94º42.4%49.02%-
XYZ13.369.920.61-
YUV91.5146.91146.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=37.26%
G=22.93%
B=39.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117721250.060.4200.51290.9426.938.63
Hex75487D62A0331231b27
Octal1651101756520634433347
Binary111010110010001111101110101010011001110010001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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