#7C51AD

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

Shades of Studio #7C51AD

Tints of Studio #7C51AD

Color information

#7C51AD (or 0x7C51AD) is unknown color: approx Studio. HEX triplet: 7C, 51 and AD. RGB value is (124,81,173). Sum of RGB (Red+Green+Blue) = 124+81+173=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C51AD is #83AE52. Grayscale: #686868. Windows color (decimal): -8629843 or 11358588. OLE color: 11358588.

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

Color convert

RGB12481173-
CMYK0.280.5300.32
HSL268.04º36.22%49.8%-
HSV(B)268.04º53.18%67.84%-
XYZ18.813.1941.09-
YUV104.34166.75142.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=32.80%
G=21.43%
B=45.77%

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
Decimal124811730.280.5300.32268.0436.2249.8
Hex7C51AD1C3502010c2432
Octal17412125534650404144462
Binary1111100101000110101101111001101010100000100001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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