#77458D

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

Shades of Affair #77458D

Tints of Affair #77458D

Color information

#77458D (or 0x77458D) is unknown color: approx Affair. HEX triplet: 77, 45 and 8D. RGB value is (119,69,141). Sum of RGB (Red+Green+Blue) = 119+69+141=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #77458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77458D is #88BA72. Grayscale: #5B5B5B. Windows color (decimal): -8960627 or 9258359. OLE color: 9258359.

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

Color convert

RGB11969141-
CMYK0.160.5100.45
HSL281.67º34.29%41.18%-
HSV(B)281.67º51.06%55.29%-
XYZ14.5410.126.38-
YUV92.16155.56147.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=36.17%
G=20.97%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119691410.160.5100.45281.6734.2941.18
Hex77458D103302D11a2229
Octal16710521520630554324251
Binary1110111100010110001101100001100110101101100011010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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