#7E52AE

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

Shades of Studio #7E52AE

Tints of Studio #7E52AE

Color information

#7E52AE (or 0x7E52AE) is unknown color: approx Studio. HEX triplet: 7E, 52 and AE. RGB value is (126,82,174). Sum of RGB (Red+Green+Blue) = 126+82+174=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E52AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E52AE is #81AD51. Grayscale: #696969. Windows color (decimal): -8498514 or 11424382. OLE color: 11424382.

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

Color convert

RGB12682174-
CMYK0.280.5300.32
HSL268.7º36.22%50.2%-
HSV(B)268.7º52.87%68.24%-
XYZ19.2613.5341.64-
YUV105.64166.58142.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=32.98%
G=21.47%
B=45.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal126821740.280.5300.32268.736.2250.2
Hex7E52AE1C3502010d2432
Octal17612225634650404154462
Binary1111110101001010101110111001101010100000100001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,82,174); }

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

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

 a { background-color: rgb(126,82,174); }

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

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

 span { border-color: rgb(126,82,174); }

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