#7B5494

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

Shades of Affair #7B5494

Tints of Affair #7B5494

Color information

#7B5494 (or 0x7B5494) is unknown color: approx Affair. HEX triplet: 7B, 54 and 94. RGB value is (123,84,148). Sum of RGB (Red+Green+Blue) = 123+84+148=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B5494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5494 is #84AB6B. Grayscale: #666666. Windows color (decimal): -8694636 or 9720955. OLE color: 9720955.

HSL color Cylindrical-coordinate representation of color #7B5494: hue angle of 276.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5494 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12384148-
CMYK0.170.4300.42
HSL276.56º27.59%45.49%-
HSV(B)276.56º43.24%58.04%-
XYZ16.6812.6929.59-
YUV102.96153.42142.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.65%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=34.65%
G=23.66%
B=41.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123841480.170.4300.42276.5627.5945.49
Hex7B5494112B02A1151c2d
Octal17312422421530524253455
Binary111101110101001001010010001101011010101010001010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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