#76598E

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

Shades of Affair #76598E

Tints of Affair #76598E

Color information

#76598E (or 0x76598E) is unknown color: approx Affair. HEX triplet: 76, 59 and 8E. RGB value is (118,89,142). Sum of RGB (Red+Green+Blue) = 118+89+142=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #76598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76598E is #89A671. Grayscale: #676767. Windows color (decimal): -9021042 or 9329014. OLE color: 9329014.

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

Color convert

RGB11889142-
CMYK0.170.3700.44
HSL272.83º22.94%45.29%-
HSV(B)272.83º37.32%55.69%-
XYZ15.9312.9527.25-
YUV103.71149.61138.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=33.81%
G=25.50%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118891420.170.3700.44272.8322.9445.29
Hex76598E112502C111172d
Octal16613121621450544212755
Binary111011010110011000111010001100101010110010001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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