#7D51AD

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

Shades of Studio #7D51AD

Tints of Studio #7D51AD

Color information

#7D51AD (or 0x7D51AD) is unknown color: approx Studio. HEX triplet: 7D, 51 and AD. RGB value is (125,81,173). Sum of RGB (Red+Green+Blue) = 125+81+173=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D51AD is #82AE52. Grayscale: #686868. Windows color (decimal): -8564307 or 11358589. OLE color: 11358589.

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

Color convert

RGB12581173-
CMYK0.280.5300.32
HSL268.7º36.22%49.8%-
HSV(B)268.7º53.18%67.84%-
XYZ18.9413.2641.1-
YUV104.64166.58142.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=32.98%
G=21.37%
B=45.65%

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
Decimal125811730.280.5300.32268.736.2249.8
Hex7D51AD1C3502010d2432
Octal17512125534650404154462
Binary1111101101000110101101111001101010100000100001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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