#7b588c

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

Shades of Affair #7B588C

Tints of Affair #7B588C

Color information

#7B588C (or 0x7B588C) is unknown color: approx Affair. HEX triplet: 7B, 58 and 8C. RGB value is (123,88,140). Sum of RGB (Red+Green+Blue) = 123+88+140=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #7B588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B588C is #84A773. Grayscale: #686868. Windows color (decimal): -8693620 or 9197691. OLE color: 9197691.

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

Color convert

RGB12388140-
CMYK0.120.3700.45
HSL280.38º22.81%44.71%-
HSV(B)280.38º37.14%54.9%-
XYZ16.3913.0826.47-
YUV104.39148.1141.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=35.04%
G=25.07%
B=39.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123881400.120.3700.45280.3822.8144.71
Hex7B588CC2502D118172d
Octal17313021414450554302755
Binary11110111011000100011001100100101010110110001100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b588c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,88,140); }

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

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

 a { background-color: rgb(123,88,140); }

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

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

 span { border-color: rgb(123,88,140); }

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