#784D92

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

Shades of Affair #784D92

Tints of Affair #784D92

Color information

#784D92 (or 0x784D92) is unknown color: approx Affair. HEX triplet: 78, 4D and 92. RGB value is (120,77,146). Sum of RGB (Red+Green+Blue) = 120+77+146=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #784D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D92 is #87B26D. Grayscale: #616161. Windows color (decimal): -8893038 or 9588088. OLE color: 9588088.

HSL color Cylindrical-coordinate representation of color #784D92: hue angle of 277.39º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784D92 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12077146-
CMYK0.180.4700.43
HSL277.39º30.94%43.73%-
HSV(B)277.39º47.26%57.25%-
XYZ15.5911.3828.57-
YUV97.72155.25143.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=34.99%
G=22.45%
B=42.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120771460.180.4700.43277.3930.9443.73
Hex784D92122F02B1151f2c
Octal17011522222570534253754
Binary111100010011011001001010010101111010101110001010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784D92; }

 p { color: rgb(120,77,146); }

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

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

 a { background-color: rgb(120,77,146); }

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

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

 span { border-color: rgb(120,77,146); }

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