#7B57A5

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

Shades of Studio #7B57A5

Tints of Studio #7B57A5

Color information

#7B57A5 (or 0x7B57A5) is unknown color: approx Studio. HEX triplet: 7B, 57 and A5. RGB value is (123,87,165). Sum of RGB (Red+Green+Blue) = 123+87+165=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #7B57A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B57A5 is #84A85A. Grayscale: #6A6A6A. Windows color (decimal): -8693851 or 10835835. OLE color: 10835835.

HSL color Cylindrical-coordinate representation of color #7B57A5: hue angle of 267.69º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B57A5 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12387165-
CMYK0.250.4700.35
HSL267.69º30.95%49.41%-
HSV(B)267.69º47.27%64.71%-
XYZ18.3713.7437.28-
YUV106.66160.93139.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.8%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 165 (64.84% from 255) = 44%
R=32.8%
G=23.2%
B=44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal123871650.250.4700.35267.6930.9549.41
Hex7B57A5192F02310c1f31
Octal17312724531570434143761
Binary111101110101111010010111001101111010001110000110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B57A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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