#79588D

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

Shades of Affair #79588D

Tints of Affair #79588D

Color information

#79588D (or 0x79588D) is unknown color: approx Affair. HEX triplet: 79, 58 and 8D. RGB value is (121,88,141). Sum of RGB (Red+Green+Blue) = 121+88+141=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #79588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79588D is #86A772. Grayscale: #676767. Windows color (decimal): -8824691 or 9263225. OLE color: 9263225.

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

Color convert

RGB12188141-
CMYK0.140.3800.45
HSL277.36º23.14%44.9%-
HSV(B)277.36º37.59%55.29%-
XYZ16.1812.9726.85-
YUV103.91148.93140.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=34.57%
G=25.14%
B=40.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121881410.140.3800.45277.3623.1444.9
Hex79588DE2602D115172d
Octal17113021516460554252755
Binary11110011011000100011011110100110010110110001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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