#75408F

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

Shades of Affair #75408F

Tints of Affair #75408F

Color information

#75408F (or 0x75408F) is unknown color: approx Affair. HEX triplet: 75, 40 and 8F. RGB value is (117,64,143). Sum of RGB (Red+Green+Blue) = 117+64+143=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #75408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75408F is #8ABF70. Grayscale: #585858. Windows color (decimal): -9092977 or 9388149. OLE color: 9388149.

HSL color Cylindrical-coordinate representation of color #75408F: hue angle of 280.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75408F is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11764143-
CMYK0.180.5500.44
HSL280.25º38.16%40.59%-
HSV(B)280.25º55.24%56.08%-
XYZ14.139.4327.06-
YUV88.85158.56148.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=36.11%
G=19.75%
B=44.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117641430.180.5500.44280.2538.1640.59
Hex75408F123702C1182629
Octal16510021722670544304651
Binary1110101100000010001111100101101110101100100011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75408F; }

 p { color: rgb(117,64,143); }

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

<style>
 a { background-color: #75408F; }

 a { background-color: rgb(117,64,143); }

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

<style>
 span { border-color: #75408F; }

 span { border-color: rgb(117,64,143); }

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