#76418F

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

Shades of Affair #76418F

Tints of Affair #76418F

Color information

#76418F (or 0x76418F) is unknown color: approx Affair. HEX triplet: 76, 41 and 8F. RGB value is (118,65,143). Sum of RGB (Red+Green+Blue) = 118+65+143=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #76418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76418F is #89BE70. Grayscale: #595959. Windows color (decimal): -9027185 or 9388406. OLE color: 9388406.

HSL color Cylindrical-coordinate representation of color #76418F: hue angle of 280.77º degrees, saturation: 0.37, 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 #76418F is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11865143-
CMYK0.170.5500.44
HSL280.77º37.5%40.78%-
HSV(B)280.77º54.55%56.08%-
XYZ14.329.6227.09-
YUV89.74158.06148.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 65 (25.78% from 255) = 19.94%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=36.20%
G=19.94%
B=43.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118651430.170.5500.44280.7737.540.78
Hex76418F113702C1192529
Octal16610121721670544314551
Binary1110110100000110001111100011101110101100100011001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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