#784592

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

Shades of Affair #784592

Tints of Affair #784592

Color information

#784592 (or 0x784592) is unknown color: approx Affair. HEX triplet: 78, 45 and 92. RGB value is (120,69,146). Sum of RGB (Red+Green+Blue) = 120+69+146=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #784592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784592 is #87BA6D. Grayscale: #5C5C5C. Windows color (decimal): -8895086 or 9586040. OLE color: 9586040.

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

Color convert

RGB12069146-
CMYK0.180.5300.43
HSL279.74º35.81%42.16%-
HSV(B)279.74º52.74%57.25%-
XYZ15.0610.3228.39-
YUV93.03157.9147.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=35.82%
G=20.60%
B=43.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120691460.180.5300.43279.7435.8142.16
Hex784592123502B118242a
Octal17010522222650534304452
Binary1111000100010110010010100101101010101011100011000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784592; }

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

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

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

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

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

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

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

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