#7D52AD

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

Shades of Studio #7D52AD

Tints of Studio #7D52AD

Color information

#7D52AD (or 0x7D52AD) is unknown color: approx Studio. HEX triplet: 7D, 52 and AD. RGB value is (125,82,173). Sum of RGB (Red+Green+Blue) = 125+82+173=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D52AD is #82AD52. Grayscale: #686868. Windows color (decimal): -8564051 or 11358845. OLE color: 11358845.

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

Color convert

RGB12582173-
CMYK0.280.5300.32
HSL268.35º35.69%50%-
HSV(B)268.35º52.6%67.84%-
XYZ19.0213.4141.12-
YUV105.23166.25142.1-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=32.89%
G=21.58%
B=45.53%

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
Decimal125821730.280.5300.32268.3535.6950
Hex7D52AD1C3502010c2432
Octal17512225534650404144462
Binary1111101101001010101101111001101010100000100001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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