#7B4884

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

Shades of Affair #7B4884

Tints of Affair #7B4884

Color information

#7B4884 (or 0x7B4884) is unknown color: approx Affair. HEX triplet: 7B, 48 and 84. RGB value is (123,72,132). Sum of RGB (Red+Green+Blue) = 123+72+132=327 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.61% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B4884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4884 is #84B77B. Grayscale: #5D5D5D. Windows color (decimal): -8697724 or 8669307. OLE color: 8669307.

HSL color Cylindrical-coordinate representation of color #7B4884: hue angle of 291º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B4884 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12372132-
CMYK0.070.4500.48
HSL291º29.41%40%-
HSV(B)291º45.45%51.76%-
XYZ14.6510.5123.09-
YUV94.09149.4148.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.61%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=37.61%
G=22.02%
B=40.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123721320.070.4500.4829129.4140
Hex7B488472D0301231d28
Octal1731102047550604433550
Binary1111011100100010000100111101101011000010010001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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