#7D4AAD

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

Shades of Studio #7D4AAD

Tints of Studio #7D4AAD

Color information

#7D4AAD (or 0x7D4AAD) is unknown color: approx Studio. HEX triplet: 7D, 4A and AD. RGB value is (125,74,173). Sum of RGB (Red+Green+Blue) = 125+74+173=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D4AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4AAD is #82B552. Grayscale: #646464. Windows color (decimal): -8566099 or 11356797. OLE color: 11356797.

HSL color Cylindrical-coordinate representation of color #7D4AAD: hue angle of 270.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D4AAD is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12574173-
CMYK0.280.5700.32
HSL270.91º40.08%48.43%-
HSV(B)270.91º57.23%67.84%-
XYZ18.4512.2740.93-
YUV100.54168.9145.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=33.60%
G=19.89%
B=46.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125741730.280.5700.32270.9140.0848.43
Hex7D4AAD1C3902010f2830
Octal17511225534710404175060
Binary1111101100101010101101111001110010100000100001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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