#7E51AD

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

Shades of Studio #7E51AD

Tints of Studio #7E51AD

Color information

#7E51AD (or 0x7E51AD) is unknown color: approx Studio. HEX triplet: 7E, 51 and AD. RGB value is (126,81,173). Sum of RGB (Red+Green+Blue) = 126+81+173=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E51AD is #81AE52. Grayscale: #686868. Windows color (decimal): -8498771 or 11358590. OLE color: 11358590.

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

Color convert

RGB12681173-
CMYK0.270.5300.32
HSL269.35º36.22%49.8%-
HSV(B)269.35º53.18%67.84%-
XYZ19.0913.3441.1-
YUV104.94166.41143.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=33.16%
G=21.32%
B=45.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126811730.270.5300.32269.3536.2249.8
Hex7E51AD1B3502010d2432
Octal17612125533650404154462
Binary1111110101000110101101110111101010100000100001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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