#7B5483

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

Shades of Affair #7B5483

Tints of Affair #7B5483

Color information

#7B5483 (or 0x7B5483) is unknown color: approx Affair. HEX triplet: 7B, 54 and 83. RGB value is (123,84,131). Sum of RGB (Red+Green+Blue) = 123+84+131=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #7B5483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5483 is #84AB7C. Grayscale: #646464. Windows color (decimal): -8694653 or 8606843. OLE color: 8606843.

HSL color Cylindrical-coordinate representation of color #7B5483: hue angle of 289.79º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B5483 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12384131-
CMYK0.060.3600.49
HSL289.79º21.86%42.16%-
HSV(B)289.79º35.88%51.37%-
XYZ15.4412.1923.01-
YUV101.02144.92143.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.39%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=36.39%
G=24.85%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123841310.060.3600.49289.7921.8642.16
Hex7B5483624031122162a
Octal1731242036440614422652
Binary1111011101010010000011110100100011000110010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,131); }

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

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

 a { background-color: rgb(123,84,131); }

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

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

 span { border-color: rgb(123,84,131); }

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