#76438E

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

Shades of Affair #76438E

Tints of Affair #76438E

Color information

#76438E (or 0x76438E) is unknown color: approx Affair. HEX triplet: 76, 43 and 8E. RGB value is (118,67,142). Sum of RGB (Red+Green+Blue) = 118+67+142=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #76438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76438E is #89BC71. Grayscale: #5A5A5A. Windows color (decimal): -9026674 or 9323382. OLE color: 9323382.

HSL color Cylindrical-coordinate representation of color #76438E: hue angle of 280.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76438E is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11867142-
CMYK0.170.5300.44
HSL280.8º35.89%40.98%-
HSV(B)280.8º52.82%55.69%-
XYZ14.369.8226.73-
YUV90.8156.9147.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=36.09%
G=20.49%
B=43.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118671420.170.5300.44280.835.8940.98
Hex76438E113502C1192429
Octal16610321621650544314451
Binary1110110100001110001110100011101010101100100011001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76438E; }

 p { color: rgb(118,67,142); }

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

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

 a { background-color: rgb(118,67,142); }

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

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

 span { border-color: rgb(118,67,142); }

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