#7B59AA

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

Shades of Studio #7B59AA

Tints of Studio #7B59AA

Color information

#7B59AA (or 0x7B59AA) is unknown color: approx Studio. HEX triplet: 7B, 59 and AA. RGB value is (123,89,170). Sum of RGB (Red+Green+Blue) = 123+89+170=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B59AA is #84A655. Grayscale: #6C6C6C. Windows color (decimal): -8693334 or 11164027. OLE color: 11164027.

HSL color Cylindrical-coordinate representation of color #7B59AA: hue angle of 265.19º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B59AA is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12389170-
CMYK0.280.4800.33
HSL265.19º32.27%50.78%-
HSV(B)265.19º47.65%66.67%-
XYZ1914.2639.78-
YUV108.4162.76138.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.20%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=32.20%
G=23.30%
B=44.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123891700.280.4800.33265.1932.2750.78
Hex7B59AA1C300211092033
Octal17313125234600414114063
Binary1111011101100110101010111001100000100001100001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,89,170); }

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

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

 a { background-color: rgb(123,89,170); }

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

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

 span { border-color: rgb(123,89,170); }

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