#774694

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

Shades of Affair #774694

Tints of Affair #774694

Color information

#774694 (or 0x774694) is unknown color: approx Affair. HEX triplet: 77, 46 and 94. RGB value is (119,70,148). Sum of RGB (Red+Green+Blue) = 119+70+148=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #774694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774694 is #88B96B. Grayscale: #5D5D5D. Windows color (decimal): -8960364 or 9717367. OLE color: 9717367.

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

Color convert

RGB11970148-
CMYK0.200.5300.42
HSL277.69º35.78%42.75%-
HSV(B)277.69º52.7%58.04%-
XYZ15.1410.4429.23-
YUV93.54158.73146.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=35.31%
G=20.77%
B=43.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119701480.200.5300.42277.6935.7842.75
Hex774694143502A116242b
Octal16710622424650524264453
Binary1110111100011010010100101001101010101010100010110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774694; }

 p { color: rgb(119,70,148); }

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

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

 a { background-color: rgb(119,70,148); }

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

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

 span { border-color: rgb(119,70,148); }

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