#7D4DAF

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

Shades of Studio #7D4DAF

Tints of Studio #7D4DAF

Color information

#7D4DAF (or 0x7D4DAF) is unknown color: approx Studio. HEX triplet: 7D, 4D and AF. RGB value is (125,77,175). Sum of RGB (Red+Green+Blue) = 125+77+175=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4DAF is #82B250. Grayscale: #666666. Windows color (decimal): -8565329 or 11488637. OLE color: 11488637.

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

Color convert

RGB12577175-
CMYK0.290.5600.31
HSL269.39º38.89%49.41%-
HSV(B)269.39º56%68.63%-
XYZ18.8512.7642.03-
YUV102.52168.9144.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.16%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=33.16%
G=20.42%
B=46.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125771750.290.5600.31269.3938.8949.41
Hex7D4DAF1D3801F10d2731
Octal17511525735700374154761
Binary111110110011011010111111101111000011111100001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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