#79548B

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

Shades of Affair #79548B

Tints of Affair #79548B

Color information

#79548B (or 0x79548B) is unknown color: approx Affair. HEX triplet: 79, 54 and 8B. RGB value is (121,84,139). Sum of RGB (Red+Green+Blue) = 121+84+139=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #79548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79548B is #86AB74. Grayscale: #656565. Windows color (decimal): -8825717 or 9131129. OLE color: 9131129.

HSL color Cylindrical-coordinate representation of color #79548B: hue angle of 280.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79548B is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12184139-
CMYK0.130.4000.45
HSL280.36º24.66%43.73%-
HSV(B)280.36º39.57%54.51%-
XYZ15.7212.2725.97-
YUV101.33149.26142.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=35.17%
G=24.42%
B=40.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121841390.130.4000.45280.3624.6643.73
Hex79548BD2802D118192c
Octal17112421315500554303154
Binary11110011010100100010111101101000010110110001100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79548B; }

 p { color: rgb(121,84,139); }

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

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

 a { background-color: rgb(121,84,139); }

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

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

 span { border-color: rgb(121,84,139); }

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