#79568D

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

Shades of Affair #79568D

Tints of Affair #79568D

Color information

#79568D (or 0x79568D) is unknown color: approx Affair. HEX triplet: 79, 56 and 8D. RGB value is (121,86,141). Sum of RGB (Red+Green+Blue) = 121+86+141=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #79568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79568D is #86A972. Grayscale: #666666. Windows color (decimal): -8825203 or 9262713. OLE color: 9262713.

HSL color Cylindrical-coordinate representation of color #79568D: hue angle of 278.18º 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 #79568D is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12186141-
CMYK0.140.3900.45
HSL278.18º24.23%44.51%-
HSV(B)278.18º39.01%55.29%-
XYZ16.0212.6426.8-
YUV102.74149.6141.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=34.77%
G=24.71%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121861410.140.3900.45278.1824.2344.51
Hex79568DE2702D116182d
Octal17112621516470554263055
Binary11110011010110100011011110100111010110110001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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