#7B558A

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

Shades of Affair #7B558A

Tints of Affair #7B558A

Color information

#7B558A (or 0x7B558A) is unknown color: approx Affair. HEX triplet: 7B, 55 and 8A. RGB value is (123,85,138). Sum of RGB (Red+Green+Blue) = 123+85+138=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B558A is #84AA75. Grayscale: #666666. Windows color (decimal): -8694390 or 9065851. OLE color: 9065851.

HSL color Cylindrical-coordinate representation of color #7B558A: hue angle of 283.02º degrees, saturation: 0.24, 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 #7B558A is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12385138-
CMYK0.110.3800.46
HSL283.02º23.77%43.73%-
HSV(B)283.02º38.41%54.12%-
XYZ1612.5425.62-
YUV102.4148.09142.69-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=35.55%
G=24.57%
B=39.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123851380.110.3800.46283.0223.7743.73
Hex7B558AB2602E11b182c
Octal17312521213460564333054
Binary11110111010101100010101011100110010111010001101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,85,138); }

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

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

 a { background-color: rgb(123,85,138); }

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

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

 span { border-color: rgb(123,85,138); }

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