#7D4DA4

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

Shades of Studio #7D4DA4

Tints of Studio #7D4DA4

Color information

#7D4DA4 (or 0x7D4DA4) is unknown color: approx Studio. HEX triplet: 7D, 4D and A4. RGB value is (125,77,164). Sum of RGB (Red+Green+Blue) = 125+77+164=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D4DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4DA4 is #82B25B. Grayscale: #646464. Windows color (decimal): -8565340 or 10767741. OLE color: 10767741.

HSL color Cylindrical-coordinate representation of color #7D4DA4: hue angle of 273.1º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D4DA4 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12577164-
CMYK0.240.5300.36
HSL273.1º36.1%47.25%-
HSV(B)273.1º53.05%64.31%-
XYZ17.8112.3536.57-
YUV101.27163.4144.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.15%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 164 (64.45% from 255) = 44.81%
R=34.15%
G=21.04%
B=44.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125771640.240.5300.36273.136.147.25
Hex7D4DA41835024111242f
Octal17511524430650444214457
Binary1111101100110110100100110001101010100100100010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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