#7B4A87

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

Shades of Affair #7B4A87

Tints of Affair #7B4A87

Color information

#7B4A87 (or 0x7B4A87) is unknown color: approx Affair. HEX triplet: 7B, 4A and 87. RGB value is (123,74,135). Sum of RGB (Red+Green+Blue) = 123+74+135=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B4A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4A87 is #84B578. Grayscale: #5F5F5F. Windows color (decimal): -8697209 or 8866427. OLE color: 8866427.

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

Color convert

RGB12374135-
CMYK0.090.4500.47
HSL288.2º29.19%40.98%-
HSV(B)288.2º45.19%52.94%-
XYZ14.9910.8624.23-
YUV95.6150.23147.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.05%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=37.05%
G=22.29%
B=40.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123741350.090.4500.47288.229.1940.98
Hex7B4A8792D02F1201d29
Octal17311220711550574403551
Binary11110111001010100001111001101101010111110010000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,135); }

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

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

 a { background-color: rgb(123,74,135); }

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

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

 span { border-color: rgb(123,74,135); }

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