#77498D

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

Shades of Affair #77498D

Tints of Affair #77498D

Color information

#77498D (or 0x77498D) is unknown color: approx Affair. HEX triplet: 77, 49 and 8D. RGB value is (119,73,141). Sum of RGB (Red+Green+Blue) = 119+73+141=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #77498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77498D is #88B672. Grayscale: #5E5E5E. Windows color (decimal): -8959603 or 9259383. OLE color: 9259383.

HSL color Cylindrical-coordinate representation of color #77498D: hue angle of 280.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77498D is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11973141-
CMYK0.160.4800.45
HSL280.59º31.78%41.96%-
HSV(B)280.59º48.23%55.29%-
XYZ14.810.6126.47-
YUV94.51154.24145.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 141 (55.47% from 255) = 42.34%
R=35.74%
G=21.92%
B=42.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119731410.160.4800.45280.5931.7841.96
Hex77498D103002D119202a
Octal16711121520600554314052
Binary1110111100100110001101100001100000101101100011001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77498D; }

 p { color: rgb(119,73,141); }

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

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

 a { background-color: rgb(119,73,141); }

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

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

 span { border-color: rgb(119,73,141); }

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