#7E39AF

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

Shades of Studio #7E39AF

Tints of Studio #7E39AF

Color information

#7E39AF (or 0x7E39AF) is unknown color: approx Studio. HEX triplet: 7E, 39 and AF. RGB value is (126,57,175). Sum of RGB (Red+Green+Blue) = 126+57+175=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E39AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E39AF is #81C650. Grayscale: #5A5A5A. Windows color (decimal): -8504913 or 11483518. OLE color: 11483518.

HSL color Cylindrical-coordinate representation of color #7E39AF: hue angle of 275.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E39AF is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12657175-
CMYK0.280.6700.31
HSL275.08º50.86%45.49%-
HSV(B)275.08º67.43%68.63%-
XYZ17.8110.4641.64-
YUV91.08175.36152.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=35.20%
G=15.92%
B=48.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126571750.280.6700.31275.0850.8645.49
Hex7E39AF1C4301F113332d
Octal17671257341030374236355
Binary111111011100110101111111001000011011111100010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E39AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,57,175); }

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

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

 a { background-color: rgb(126,57,175); }

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

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

 span { border-color: rgb(126,57,175); }

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