#7B57AF

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

Shades of Studio #7B57AF

Tints of Studio #7B57AF

Color information

#7B57AF (or 0x7B57AF) is unknown color: approx Studio. HEX triplet: 7B, 57 and AF. RGB value is (123,87,175). Sum of RGB (Red+Green+Blue) = 123+87+175=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B57AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57AF is #84A850. Grayscale: #6B6B6B. Windows color (decimal): -8693841 or 11491195. OLE color: 11491195.

HSL color Cylindrical-coordinate representation of color #7B57AF: hue angle of 264.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B57AF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12387175-
CMYK0.300.5000.31
HSL264.55º35.48%51.37%-
HSV(B)264.55º50.29%68.63%-
XYZ19.3114.1242.27-
YUV107.8165.93138.84-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.95%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=31.95%
G=22.60%
B=45.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123871750.300.5000.31264.5535.4851.37
Hex7B57AF1E3201F1092333
Octal17312725736620374114363
Binary111101110101111010111111110110010011111100001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B57AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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