#7B4988

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

Shades of Affair #7B4988

Tints of Affair #7B4988

Color information

#7B4988 (or 0x7B4988) is unknown color: approx Affair. HEX triplet: 7B, 49 and 88. RGB value is (123,73,136). Sum of RGB (Red+Green+Blue) = 123+73+136=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B4988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4988 is #84B677. Grayscale: #5E5E5E. Windows color (decimal): -8697464 or 8931707. OLE color: 8931707.

HSL color Cylindrical-coordinate representation of color #7B4988: hue angle of 287.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4988 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12373136-
CMYK0.100.4600.47
HSL287.62º30.14%40.98%-
HSV(B)287.62º46.32%53.33%-
XYZ14.9910.7524.58-
YUV95.13151.06147.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=37.05%
G=21.99%
B=40.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123731360.100.4600.47287.6230.1440.98
Hex7B4988A2E02F1201e29
Octal17311121012560574403651
Binary11110111001001100010001010101110010111110010000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,73,136); }

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

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

 a { background-color: rgb(123,73,136); }

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

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

 span { border-color: rgb(123,73,136); }

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