#7C51AE

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

Shades of Studio #7C51AE

Tints of Studio #7C51AE

Color information

#7C51AE (or 0x7C51AE) is unknown color: approx Studio. HEX triplet: 7C, 51 and AE. RGB value is (124,81,174). Sum of RGB (Red+Green+Blue) = 124+81+174=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C51AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AE is #83AE51. Grayscale: #686868. Windows color (decimal): -8629842 or 11424124. OLE color: 11424124.

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

Color convert

RGB12481174-
CMYK0.290.5300.32
HSL267.74º36.47%50%-
HSV(B)267.74º53.45%68.24%-
XYZ18.8913.2341.6-
YUV104.46167.25141.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.72%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=32.72%
G=21.37%
B=45.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124811740.290.5300.32267.7436.4750
Hex7C51AE1D3502010c2432
Octal17412125635650404144462
Binary1111100101000110101110111011101010100000100001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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