#7B4F85

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

Shades of Affair #7B4F85

Tints of Affair #7B4F85

Color information

#7B4F85 (or 0x7B4F85) is unknown color: approx Affair. HEX triplet: 7B, 4F and 85. RGB value is (123,79,133). Sum of RGB (Red+Green+Blue) = 123+79+133=335 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.72% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B4F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B4F85 is #84B07A. Grayscale: #626262. Windows color (decimal): -8695931 or 8736635. OLE color: 8736635.

HSL color Cylindrical-coordinate representation of color #7B4F85: hue angle of 288.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4F85 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12379133-
CMYK0.080.4100.48
HSL288.89º25.47%41.57%-
HSV(B)288.89º40.6%52.16%-
XYZ15.211.523.61-
YUV98.31147.58145.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.72%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=36.72%
G=23.58%
B=39.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123791330.080.4100.48288.8925.4741.57
Hex7B4F85829030121192a
Octal17311720510510604413152
Binary11110111001111100001011000101001011000010010000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,79,133); }

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

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

 a { background-color: rgb(123,79,133); }

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

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

 span { border-color: rgb(123,79,133); }

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