#7c41ba

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

Shades of Studio #7C41BA

Tints of Studio #7C41BA

Color information

#7C41BA (or 0x7C41BA) is unknown color: approx Studio. HEX triplet: 7C, 41 and BA. RGB value is (124,65,186). Sum of RGB (Red+Green+Blue) = 124+65+186=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C41BA is #83BE45. Grayscale: #606060. Windows color (decimal): -8633926 or 12206460. OLE color: 12206460.

HSL color Cylindrical-coordinate representation of color #7C41BA: hue angle of 269.26º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C41BA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12465186-
CMYK0.330.6500.27
HSL269.26º48.21%49.22%-
HSV(B)269.26º65.05%72.94%-
XYZ19.0711.6147.69-
YUV96.44178.55147.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=33.07%
G=17.33%
B=49.6%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124651860.330.6500.27269.2648.2149.22
Hex7C41BA214101B10d3031
Octal174101272411010334156061
Binary11111001000001101110101000011000001011011100001101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c41ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,65,186); }

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

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

 a { background-color: rgb(124,65,186); }

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

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

 span { border-color: rgb(124,65,186); }

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