#7B598D

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

Shades of Affair #7B598D

Tints of Affair #7B598D

Color information

#7B598D (or 0x7B598D) is unknown color: approx Affair. HEX triplet: 7B, 59 and 8D. RGB value is (123,89,141). Sum of RGB (Red+Green+Blue) = 123+89+141=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B598D is #84A672. Grayscale: #686868. Windows color (decimal): -8693363 or 9263483. OLE color: 9263483.

HSL color Cylindrical-coordinate representation of color #7B598D: hue angle of 279.23º 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 #7B598D is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12389141-
CMYK0.130.3700.45
HSL279.23º22.61%45.1%-
HSV(B)279.23º36.88%55.29%-
XYZ16.5513.2826.89-
YUV105.09148.26140.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=34.84%
G=25.21%
B=39.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123891410.130.3700.45279.2322.6145.1
Hex7B598DD2502D117172d
Octal17313121515450554272755
Binary11110111011001100011011101100101010110110001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,89,141); }

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

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

 a { background-color: rgb(123,89,141); }

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

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

 span { border-color: rgb(123,89,141); }

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