#764182

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

Shades of Affair #764182

Tints of Affair #764182

Color information

#764182 (or 0x764182) is unknown color: approx Affair. HEX triplet: 76, 41 and 82. RGB value is (118,65,130). Sum of RGB (Red+Green+Blue) = 118+65+130=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #764182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764182 is #89BE7D. Grayscale: #585858. Windows color (decimal): -9027198 or 8536438. OLE color: 8536438.

HSL color Cylindrical-coordinate representation of color #764182: hue angle of 288.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #764182 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11865130-
CMYK0.090.5000.49
HSL288.92º33.33%38.24%-
HSV(B)288.92º50%50.98%-
XYZ13.399.2422.2-
YUV88.26151.56149.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=37.70%
G=20.77%
B=41.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118651300.090.5000.49288.9233.3338.24
Hex7641829320311212126
Octal16610120211620614414146
Binary111011010000011000001010011100100110001100100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764182; }

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

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

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

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

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

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

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

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