#76418E

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

Shades of Affair #76418E

Tints of Affair #76418E

Color information

#76418E (or 0x76418E) is unknown color: approx Affair. HEX triplet: 76, 41 and 8E. RGB value is (118,65,142). Sum of RGB (Red+Green+Blue) = 118+65+142=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #76418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76418E is #89BE71. Grayscale: #595959. Windows color (decimal): -9027186 or 9322870. OLE color: 9322870.

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

Color convert

RGB11865142-
CMYK0.170.5400.44
HSL281.3º37.2%40.59%-
HSV(B)281.3º54.23%55.69%-
XYZ14.249.5926.69-
YUV89.62157.56148.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=36.31%
G=20%
B=43.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118651420.170.5400.44281.337.240.59
Hex76418E113602C1192529
Octal16610121621660544314551
Binary1110110100000110001110100011101100101100100011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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