#78568D

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

Shades of Affair #78568D

Tints of Affair #78568D

Color information

#78568D (or 0x78568D) is unknown color: approx Affair. HEX triplet: 78, 56 and 8D. RGB value is (120,86,141). Sum of RGB (Red+Green+Blue) = 120+86+141=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #78568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78568D is #87A972. Grayscale: #666666. Windows color (decimal): -8890739 or 9262712. OLE color: 9262712.

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

Color convert

RGB12086141-
CMYK0.150.3900.45
HSL277.09º24.23%44.51%-
HSV(B)277.09º39.01%55.29%-
XYZ15.8812.5726.79-
YUV102.44149.76140.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.58%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=34.58%
G=24.78%
B=40.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120861410.150.3900.45277.0924.2344.51
Hex78568DF2702D115182d
Octal17012621517470554253055
Binary11110001010110100011011111100111010110110001010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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