#754986

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

Shades of Affair #754986

Tints of Affair #754986

Color information

#754986 (or 0x754986) is unknown color: approx Affair. HEX triplet: 75, 49 and 86. RGB value is (117,73,134). Sum of RGB (Red+Green+Blue) = 117+73+134=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #754986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754986 is #8AB679. Grayscale: #5C5C5C. Windows color (decimal): -9090682 or 8800629. OLE color: 8800629.

HSL color Cylindrical-coordinate representation of color #754986: hue angle of 283.28º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754986 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11773134-
CMYK0.130.4600.47
HSL283.28º29.47%40.59%-
HSV(B)283.28º45.52%52.55%-
XYZ14.0210.2723.8-
YUV93.11151.08145.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=36.11%
G=22.53%
B=41.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117731340.130.4600.47283.2829.4740.59
Hex754986D2E02F11b1d29
Octal16511120615560574333551
Binary11101011001001100001101101101110010111110001101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754986; }

 p { color: rgb(117,73,134); }

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

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

 a { background-color: rgb(117,73,134); }

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

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

 span { border-color: rgb(117,73,134); }

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