#7B57AB

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

Shades of Studio #7B57AB

Tints of Studio #7B57AB

Color information

#7B57AB (or 0x7B57AB) is unknown color: approx Studio. HEX triplet: 7B, 57 and AB. RGB value is (123,87,171). Sum of RGB (Red+Green+Blue) = 123+87+171=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B57AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57AB is #84A854. Grayscale: #6B6B6B. Windows color (decimal): -8693845 or 11229051. OLE color: 11229051.

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

Color convert

RGB12387171-
CMYK0.280.4900.33
HSL265.71º33.33%50.59%-
HSV(B)265.71º49.12%67.06%-
XYZ18.9313.9740.23-
YUV107.34163.93139.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.28%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=32.28%
G=22.83%
B=44.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123871710.280.4900.33265.7133.3350.59
Hex7B57AB1C3102110a2133
Octal17312725334610414124163
Binary1111011101011110101011111001100010100001100001010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,87,171); }

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

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

 a { background-color: rgb(123,87,171); }

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

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

 span { border-color: rgb(123,87,171); }

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