#7C52AE

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

Shades of Studio #7C52AE

Tints of Studio #7C52AE

Color information

#7C52AE (or 0x7C52AE) is unknown color: approx Studio. HEX triplet: 7C, 52 and AE. RGB value is (124,82,174). Sum of RGB (Red+Green+Blue) = 124+82+174=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C52AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C52AE is #83AD51. Grayscale: #686868. Windows color (decimal): -8629586 or 11424380. OLE color: 11424380.

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

Color convert

RGB12482174-
CMYK0.290.5300.32
HSL267.39º36.22%50.2%-
HSV(B)267.39º52.87%68.24%-
XYZ18.9713.3841.63-
YUV105.05166.91141.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.63%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=32.63%
G=21.58%
B=45.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124821740.290.5300.32267.3936.2250.2
Hex7C52AE1D3502010b2432
Octal17412225635650404134462
Binary1111100101001010101110111011101010100000100001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C52AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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