#7D4DAE

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

Shades of Studio #7D4DAE

Tints of Studio #7D4DAE

Color information

#7D4DAE (or 0x7D4DAE) is unknown color: approx Studio. HEX triplet: 7D, 4D and AE. RGB value is (125,77,174). Sum of RGB (Red+Green+Blue) = 125+77+174=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4DAE is #82B251. Grayscale: #666666. Windows color (decimal): -8565330 or 11423101. OLE color: 11423101.

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

Color convert

RGB12577174-
CMYK0.280.5600.32
HSL269.69º38.65%49.22%-
HSV(B)269.69º55.75%68.24%-
XYZ18.7512.7241.51-
YUV102.41168.4144.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.24%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=33.24%
G=20.48%
B=46.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125771740.280.5600.32269.6938.6549.22
Hex7D4DAE1C3802010e2731
Octal17511525634700404164761
Binary1111101100110110101110111001110000100000100001110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,77,174); }

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

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

 a { background-color: rgb(125,77,174); }

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

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

 span { border-color: rgb(125,77,174); }

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