#7B488A

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

Shades of Affair #7B488A

Tints of Affair #7B488A

Color information

#7B488A (or 0x7B488A) is unknown color: approx Affair. HEX triplet: 7B, 48 and 8A. RGB value is (123,72,138). Sum of RGB (Red+Green+Blue) = 123+72+138=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B488A is #84B775. Grayscale: #5E5E5E. Windows color (decimal): -8697718 or 9062523. OLE color: 9062523.

HSL color Cylindrical-coordinate representation of color #7B488A: hue angle of 286.36º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B488A is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12372138-
CMYK0.110.4800.46
HSL286.36º31.43%41.18%-
HSV(B)286.36º47.83%54.12%-
XYZ15.0710.6825.31-
YUV94.77152.4148.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=36.94%
G=21.62%
B=41.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123721380.110.4800.46286.3631.4341.18
Hex7B488AB3002E11e1f29
Octal17311021213600564363751
Binary11110111001000100010101011110000010111010001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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