#7B57AA

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

Shades of Studio #7B57AA

Tints of Studio #7B57AA

Color information

#7B57AA (or 0x7B57AA) is unknown color: approx Studio. HEX triplet: 7B, 57 and AA. RGB value is (123,87,170). Sum of RGB (Red+Green+Blue) = 123+87+170=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57AA is #84A855. Grayscale: #6A6A6A. Windows color (decimal): -8693846 or 11163515. OLE color: 11163515.

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

Color convert

RGB12387170-
CMYK0.280.4900.33
HSL266.02º32.81%50.39%-
HSV(B)266.02º48.82%66.67%-
XYZ18.8313.9339.73-
YUV107.23163.43139.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=32.37%
G=22.89%
B=44.74%

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
Decimal123871700.280.4900.33266.0232.8150.39
Hex7B57AA1C3102110a2132
Octal17312725234610414124162
Binary1111011101011110101010111001100010100001100001010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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