#7B568E

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

Shades of Affair #7B568E

Tints of Affair #7B568E

Color information

#7B568E (or 0x7B568E) is unknown color: approx Affair. HEX triplet: 7B, 56 and 8E. RGB value is (123,86,142). Sum of RGB (Red+Green+Blue) = 123+86+142=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B568E is #84A971. Grayscale: #676767. Windows color (decimal): -8694130 or 9328251. OLE color: 9328251.

HSL color Cylindrical-coordinate representation of color #7B568E: hue angle of 279.64º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B568E is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12386142-
CMYK0.130.3900.44
HSL279.64º24.56%44.71%-
HSV(B)279.64º39.44%55.69%-
XYZ16.3812.8227.2-
YUV103.45149.76141.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=35.04%
G=24.50%
B=40.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123861420.130.3900.44279.6424.5644.71
Hex7B568ED2702C118192d
Octal17312621615470544303155
Binary11110111010110100011101101100111010110010001100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B568E; }

 p { color: rgb(123,86,142); }

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

<style>
 a { background-color: #7B568E; }

 a { background-color: rgb(123,86,142); }

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

<style>
 span { border-color: #7B568E; }

 span { border-color: rgb(123,86,142); }

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