#7B50A2

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

Shades of Studio #7B50A2

Tints of Studio #7B50A2

Color information

#7B50A2 (or 0x7B50A2) is unknown color: approx Studio. HEX triplet: 7B, 50 and A2. RGB value is (123,80,162). Sum of RGB (Red+Green+Blue) = 123+80+162=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B50A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B50A2 is #84AF5D. Grayscale: #656565. Windows color (decimal): -8695646 or 10637435. OLE color: 10637435.

HSL color Cylindrical-coordinate representation of color #7B50A2: hue angle of 271.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B50A2 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12380162-
CMYK0.240.5100.36
HSL271.46º33.88%47.45%-
HSV(B)271.46º50.62%63.53%-
XYZ17.5612.5635.68-
YUV102.2161.75142.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.70%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 162 (63.67% from 255) = 44.38%
R=33.70%
G=21.92%
B=44.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123801620.240.5100.36271.4633.8847.45
Hex7B50A2183302410f222f
Octal17312024230630444174257
Binary1111011101000010100010110001100110100100100001111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B50A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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