#774593

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

Shades of Affair #774593

Tints of Affair #774593

Color information

#774593 (or 0x774593) is unknown color: approx Affair. HEX triplet: 77, 45 and 93. RGB value is (119,69,147). Sum of RGB (Red+Green+Blue) = 119+69+147=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #774593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774593 is #88BA6C. Grayscale: #5C5C5C. Windows color (decimal): -8960621 or 9651575. OLE color: 9651575.

HSL color Cylindrical-coordinate representation of color #774593: hue angle of 278.46º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774593 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11969147-
CMYK0.190.5300.42
HSL278.46º36.11%42.35%-
HSV(B)278.46º53.06%57.65%-
XYZ1510.2828.8-
YUV92.84158.56146.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=35.52%
G=20.60%
B=43.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119691470.190.5300.42278.4636.1142.35
Hex774593133502A116242a
Octal16710522323650524264452
Binary1110111100010110010011100111101010101010100010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774593; }

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

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

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

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

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

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

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

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