#774784

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

Shades of Affair #774784

Tints of Affair #774784

Color information

#774784 (or 0x774784) is unknown color: approx Affair. HEX triplet: 77, 47 and 84. RGB value is (119,71,132). Sum of RGB (Red+Green+Blue) = 119+71+132=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #774784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774784 is #88B87B. Grayscale: #5C5C5C. Windows color (decimal): -8960124 or 8669047. OLE color: 8669047.

HSL color Cylindrical-coordinate representation of color #774784: hue angle of 287.21º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774784 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11971132-
CMYK0.100.4600.48
HSL287.21º30.05%39.8%-
HSV(B)287.21º46.21%51.76%-
XYZ14.0310.0923.04-
YUV92.31150.4147.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=36.96%
G=22.05%
B=40.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119711320.100.4600.48287.2130.0539.8
Hex774784A2E03011f1e28
Octal16710720412560604373650
Binary11101111000111100001001010101110011000010001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774784; }

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

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

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

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

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

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

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

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