#77478D

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

Shades of Affair #77478D

Tints of Affair #77478D

Color information

#77478D (or 0x77478D) is unknown color: approx Affair. HEX triplet: 77, 47 and 8D. RGB value is (119,71,141). Sum of RGB (Red+Green+Blue) = 119+71+141=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #77478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77478D is #88B872. Grayscale: #5D5D5D. Windows color (decimal): -8960115 or 9258871. OLE color: 9258871.

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

Color convert

RGB11971141-
CMYK0.160.5000.45
HSL281.14º33.02%41.57%-
HSV(B)281.14º49.65%55.29%-
XYZ14.6710.3526.42-
YUV93.33154.9146.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 141 (55.47% from 255) = 42.60%
R=35.95%
G=21.45%
B=42.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119711410.160.5000.45281.1433.0241.57
Hex77478D103202D119212a
Octal16710721520620554314152
Binary1110111100011110001101100001100100101101100011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77478D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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