#7b59ad

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

Shades of Studio #7B59AD

Tints of Studio #7B59AD

Color information

#7B59AD (or 0x7B59AD) is unknown color: approx Studio. HEX triplet: 7B, 59 and AD. RGB value is (123,89,173). Sum of RGB (Red+Green+Blue) = 123+89+173=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B59AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B59AD is #84A652. Grayscale: #6C6C6C. Windows color (decimal): -8693331 or 11360635. OLE color: 11360635.

HSL color Cylindrical-coordinate representation of color #7B59AD: hue angle of 264.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B59AD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12389173-
CMYK0.290.4900.32
HSL264.29º33.87%51.37%-
HSV(B)264.29º48.55%67.84%-
XYZ19.2814.3741.29-
YUV108.74164.26138.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=31.95%
G=23.12%
B=44.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123891730.290.4900.32264.2933.8751.37
Hex7B59AD1D310201082233
Octal17313125535610404104263
Binary1111011101100110101101111011100010100000100001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b59ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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