#76418A

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

Shades of Affair #76418A

Tints of Affair #76418A

Color information

#76418A (or 0x76418A) is unknown color: approx Affair. HEX triplet: 76, 41 and 8A. RGB value is (118,65,138). Sum of RGB (Red+Green+Blue) = 118+65+138=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #76418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76418A is #89BE75. Grayscale: #585858. Windows color (decimal): -9027190 or 9060726. OLE color: 9060726.

HSL color Cylindrical-coordinate representation of color #76418A: hue angle of 283.56º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76418A is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11865138-
CMYK0.140.5300.46
HSL283.56º35.96%39.8%-
HSV(B)283.56º52.9%54.12%-
XYZ13.959.4725.14-
YUV89.17155.56148.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=36.76%
G=20.25%
B=42.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118651380.140.5300.46283.5635.9639.8
Hex76418AE3502E11c2428
Octal16610121216650564344450
Binary111011010000011000101011101101010101110100011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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