#7b41ac

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

Shades of Studio #7B41AC

Tints of Studio #7B41AC

Color information

#7B41AC (or 0x7B41AC) is unknown color: approx Studio. HEX triplet: 7B, 41 and AC. RGB value is (123,65,172). Sum of RGB (Red+Green+Blue) = 123+65+172=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B41AC is #84BE53. Grayscale: #5E5E5E. Windows color (decimal): -8699476 or 11288955. OLE color: 11288955.

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

Color convert

RGB12365172-
CMYK0.280.6200.33
HSL272.52º45.15%46.47%-
HSV(B)272.52º62.21%67.45%-
XYZ17.5110.9740.22-
YUV94.54171.72148.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.17%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 172 (67.58% from 255) = 47.78%
R=34.17%
G=18.06%
B=47.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123651720.280.6200.33272.5245.1546.47
Hex7B41AC1C3E0211112d2e
Octal17310125434760414215556
Binary1111011100000110101100111001111100100001100010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b41ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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