#764988

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

Shades of Affair #764988

Tints of Affair #764988

Color information

#764988 (or 0x764988) is unknown color: approx Affair. HEX triplet: 76, 49 and 88. RGB value is (118,73,136). Sum of RGB (Red+Green+Blue) = 118+73+136=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #764988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764988 is #89B677. Grayscale: #5D5D5D. Windows color (decimal): -9025144 or 8931702. OLE color: 8931702.

HSL color Cylindrical-coordinate representation of color #764988: hue angle of 282.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764988 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11873136-
CMYK0.130.4600.47
HSL282.86º30.14%40.98%-
HSV(B)282.86º46.32%53.33%-
XYZ14.310.3924.55-
YUV93.64151.91145.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=36.09%
G=22.32%
B=41.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118731360.130.4600.47282.8630.1440.98
Hex764988D2E02F11b1e29
Octal16611121015560574333651
Binary11101101001001100010001101101110010111110001101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764988; }

 p { color: rgb(118,73,136); }

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

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

 a { background-color: rgb(118,73,136); }

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

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

 span { border-color: rgb(118,73,136); }

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