#79568A

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

Shades of Affair #79568A

Tints of Affair #79568A

Color information

#79568A (or 0x79568A) is unknown color: approx Affair. HEX triplet: 79, 56 and 8A. RGB value is (121,86,138). Sum of RGB (Red+Green+Blue) = 121+86+138=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #79568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79568A is #86A975. Grayscale: #666666. Windows color (decimal): -8825206 or 9066105. OLE color: 9066105.

HSL color Cylindrical-coordinate representation of color #79568A: hue angle of 280.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79568A is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12186138-
CMYK0.120.3800.46
HSL280.38º23.21%43.92%-
HSV(B)280.38º37.68%54.12%-
XYZ15.812.5625.64-
YUV102.39148.1141.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 138 (54.30% from 255) = 40%
R=35.07%
G=24.93%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121861380.120.3800.46280.3823.2143.92
Hex79568AC2602E118172c
Octal17112621214460564302754
Binary11110011010110100010101100100110010111010001100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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