#7B50AE

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

Shades of Studio #7B50AE

Tints of Studio #7B50AE

Color information

#7B50AE (or 0x7B50AE) is unknown color: approx Studio. HEX triplet: 7B, 50 and AE. RGB value is (123,80,174). Sum of RGB (Red+Green+Blue) = 123+80+174=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B50AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B50AE is #84AF51. Grayscale: #676767. Windows color (decimal): -8695634 or 11423867. OLE color: 11423867.

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

Color convert

RGB12380174-
CMYK0.290.5400.32
HSL267.45º37.01%49.8%-
HSV(B)267.45º54.02%68.24%-
XYZ18.681341.57-
YUV103.57167.75141.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=32.63%
G=21.22%
B=46.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123801740.290.5400.32267.4537.0149.8
Hex7B50AE1D3602010b2532
Octal17312025635660404134562
Binary1111011101000010101110111011101100100000100001011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B50AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,174); }

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

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

 a { background-color: rgb(123,80,174); }

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

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

 span { border-color: rgb(123,80,174); }

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