#7B5492

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

Shades of Affair #7B5492

Tints of Affair #7B5492

Color information

#7B5492 (or 0x7B5492) is unknown color: approx Affair. HEX triplet: 7B, 54 and 92. RGB value is (123,84,146). Sum of RGB (Red+Green+Blue) = 123+84+146=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5492 is #84AB6D. Grayscale: #666666. Windows color (decimal): -8694638 or 9589883. OLE color: 9589883.

HSL color Cylindrical-coordinate representation of color #7B5492: hue angle of 277.74º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B5492 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12384146-
CMYK0.160.4200.43
HSL277.74º26.96%45.1%-
HSV(B)277.74º42.47%57.25%-
XYZ16.5312.6328.76-
YUV102.73152.42142.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.84%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=34.84%
G=23.80%
B=41.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123841460.160.4200.43277.7426.9645.1
Hex7B5492102A02B1161b2d
Octal17312422220520534263355
Binary111101110101001001001010000101010010101110001011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,146); }

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

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

 a { background-color: rgb(123,84,146); }

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

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

 span { border-color: rgb(123,84,146); }

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