#7B5196

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

Shades of Affair #7B5196

Tints of Affair #7B5196

Color information

#7B5196 (or 0x7B5196) is unknown color: approx Affair. HEX triplet: 7B, 51 and 96. RGB value is (123,81,150). Sum of RGB (Red+Green+Blue) = 123+81+150=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B5196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5196 is #84AE69. Grayscale: #656565. Windows color (decimal): -8695402 or 9851259. OLE color: 9851259.

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

Color convert

RGB12381150-
CMYK0.180.4600.41
HSL276.52º29.87%45.29%-
HSV(B)276.52º46%58.82%-
XYZ16.6212.330.35-
YUV101.42155.41143.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=34.75%
G=22.88%
B=42.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123811500.180.4600.41276.5229.8745.29
Hex7B5196122E0291151e2d
Octal17312122622560514253655
Binary111101110100011001011010010101110010100110001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,81,150); }

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

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

 a { background-color: rgb(123,81,150); }

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

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

 span { border-color: rgb(123,81,150); }

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