#784995

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

Shades of Affair #784995

Tints of Affair #784995

Color information

#784995 (or 0x784995) is unknown color: approx Affair. HEX triplet: 78, 49 and 95. RGB value is (120,73,149). Sum of RGB (Red+Green+Blue) = 120+73+149=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #784995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784995 is #87B66A. Grayscale: #5F5F5F. Windows color (decimal): -8894059 or 9783672. OLE color: 9783672.

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

Color convert

RGB12073149-
CMYK0.190.5100.42
HSL277.11º34.23%43.53%-
HSV(B)277.11º51.01%58.43%-
XYZ15.5510.9329.72-
YUV95.72158.07145.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 149 (58.59% from 255) = 43.57%
R=35.09%
G=21.35%
B=43.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120731490.190.5100.42277.1134.2343.53
Hex784995133302A115222c
Octal17011122523630524254254
Binary1111000100100110010101100111100110101010100010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784995; }

 p { color: rgb(120,73,149); }

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

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

 a { background-color: rgb(120,73,149); }

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

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

 span { border-color: rgb(120,73,149); }

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