#7E51AC

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

Shades of Studio #7E51AC

Tints of Studio #7E51AC

Color information

#7E51AC (or 0x7E51AC) is unknown color: approx Studio. HEX triplet: 7E, 51 and AC. RGB value is (126,81,172). Sum of RGB (Red+Green+Blue) = 126+81+172=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E51AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E51AC is #81AE53. Grayscale: #686868. Windows color (decimal): -8498772 or 11293054. OLE color: 11293054.

HSL color Cylindrical-coordinate representation of color #7E51AC: hue angle of 269.67º 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 #7E51AC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12681172-
CMYK0.270.5300.33
HSL269.67º35.97%49.61%-
HSV(B)269.67º52.91%67.45%-
XYZ18.9913.340.6-
YUV104.83165.91143.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=33.25%
G=21.37%
B=45.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126811720.270.5300.33269.6735.9749.61
Hex7E51AC1B3502110e2432
Octal17612125433650414164462
Binary1111110101000110101100110111101010100001100001110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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