#7E52AD

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

Shades of Studio #7E52AD

Tints of Studio #7E52AD

Color information

#7E52AD (or 0x7E52AD) is unknown color: approx Studio. HEX triplet: 7E, 52 and AD. RGB value is (126,82,173). Sum of RGB (Red+Green+Blue) = 126+82+173=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E52AD is #81AD52. Grayscale: #696969. Windows color (decimal): -8498515 or 11358846. OLE color: 11358846.

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

Color convert

RGB12682173-
CMYK0.270.5300.32
HSL269.01º35.69%50%-
HSV(B)269.01º52.6%67.84%-
XYZ19.1613.4941.13-
YUV105.53166.08142.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.07%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=33.07%
G=21.52%
B=45.41%

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
Decimal126821730.270.5300.32269.0135.6950
Hex7E52AD1B3502010d2432
Octal17612225533650404154462
Binary1111110101001010101101110111101010100000100001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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