#7B55AC

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

Shades of Studio #7B55AC

Tints of Studio #7B55AC

Color information

#7B55AC (or 0x7B55AC) is unknown color: approx Studio. HEX triplet: 7B, 55 and AC. RGB value is (123,85,172). Sum of RGB (Red+Green+Blue) = 123+85+172=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B55AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B55AC is #84AA53. Grayscale: #696969. Windows color (decimal): -8694356 or 11294075. OLE color: 11294075.

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

Color convert

RGB12385172-
CMYK0.280.5100.33
HSL266.21º34.39%50.39%-
HSV(B)266.21º50.58%67.45%-
XYZ18.8613.6940.68-
YUV106.28165.09139.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 172 (67.58% from 255) = 45.26%
R=32.37%
G=22.37%
B=45.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123851720.280.5100.33266.2134.3950.39
Hex7B55AC1C3302110a2232
Octal17312525434630414124262
Binary1111011101010110101100111001100110100001100001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,85,172); }

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

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

 a { background-color: rgb(123,85,172); }

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

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

 span { border-color: rgb(123,85,172); }

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