#78568E

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

Shades of Affair #78568E

Tints of Affair #78568E

Color information

#78568E (or 0x78568E) is unknown color: approx Affair. HEX triplet: 78, 56 and 8E. RGB value is (120,86,142). Sum of RGB (Red+Green+Blue) = 120+86+142=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #78568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78568E is #87A971. Grayscale: #666666. Windows color (decimal): -8890738 or 9328248. OLE color: 9328248.

HSL color Cylindrical-coordinate representation of color #78568E: hue angle of 276.43º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78568E is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12086142-
CMYK0.150.3900.44
HSL276.43º24.56%44.71%-
HSV(B)276.43º39.44%55.69%-
XYZ15.9612.627.18-
YUV102.55150.26140.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=34.48%
G=24.71%
B=40.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120861420.150.3900.44276.4324.5644.71
Hex78568EF2702C114192d
Octal17012621617470544243155
Binary11110001010110100011101111100111010110010001010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78568E; }

 p { color: rgb(120,86,142); }

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

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

 a { background-color: rgb(120,86,142); }

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

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

 span { border-color: rgb(120,86,142); }

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