#7B518F

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

Shades of Affair #7B518F

Tints of Affair #7B518F

Color information

#7B518F (or 0x7B518F) is unknown color: approx Affair. HEX triplet: 7B, 51 and 8F. RGB value is (123,81,143). Sum of RGB (Red+Green+Blue) = 123+81+143=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B518F is #84AE70. Grayscale: #646464. Windows color (decimal): -8695409 or 9392507. OLE color: 9392507.

HSL color Cylindrical-coordinate representation of color #7B518F: hue angle of 280.65º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B518F is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12381143-
CMYK0.140.4300.44
HSL280.65º27.68%43.92%-
HSV(B)280.65º43.36%56.08%-
XYZ16.0712.0827.47-
YUV100.63151.91143.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=35.45%
G=23.34%
B=41.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123811430.140.4300.44280.6527.6843.92
Hex7B518FE2B02C1191c2c
Octal17312121716530544313454
Binary11110111010001100011111110101011010110010001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,81,143); }

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

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

 a { background-color: rgb(123,81,143); }

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

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

 span { border-color: rgb(123,81,143); }

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