#7C51AC

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

Shades of Studio #7C51AC

Tints of Studio #7C51AC

Color information

#7C51AC (or 0x7C51AC) is unknown color: approx Studio. HEX triplet: 7C, 51 and AC. RGB value is (124,81,172). Sum of RGB (Red+Green+Blue) = 124+81+172=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C51AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AC is #83AE53. Grayscale: #676767. Windows color (decimal): -8629844 or 11293052. OLE color: 11293052.

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

Color convert

RGB12481172-
CMYK0.280.5300.33
HSL268.35º35.97%49.61%-
HSV(B)268.35º52.91%67.45%-
XYZ18.713.1540.58-
YUV104.23166.25142.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=32.89%
G=21.49%
B=45.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124811720.280.5300.33268.3535.9749.61
Hex7C51AC1C3502110c2432
Octal17412125434650414144462
Binary1111100101000110101100111001101010100001100001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,81,172); }

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

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

 a { background-color: rgb(124,81,172); }

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

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

 span { border-color: rgb(124,81,172); }

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