#764480

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

Shades of Affair #764480

Tints of Affair #764480

Color information

#764480 (or 0x764480) is unknown color: approx Affair. HEX triplet: 76, 44 and 80. RGB value is (118,68,128). Sum of RGB (Red+Green+Blue) = 118+68+128=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 128 - color contains mainly: blue. Hex color #764480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764480 is #89BB7F. Grayscale: #595959. Windows color (decimal): -9026432 or 8406134. OLE color: 8406134.

HSL color Cylindrical-coordinate representation of color #764480: hue angle of 290º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764480 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11868128-
CMYK0.080.4700.50
HSL290º30.61%38.43%-
HSV(B)290º46.88%50.2%-
XYZ13.439.5421.56-
YUV89.79149.56148.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=37.58%
G=21.66%
B=40.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118681280.080.4700.5029030.6138.43
Hex76448082F0321221f26
Octal16610420010570624423746
Binary11101101000100100000001000101111011001010010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764480; }

 p { color: rgb(118,68,128); }

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

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

 a { background-color: rgb(118,68,128); }

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

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

 span { border-color: rgb(118,68,128); }

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