#7D4FA8

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

Shades of Studio #7D4FA8

Tints of Studio #7D4FA8

Color information

#7D4FA8 (or 0x7D4FA8) is unknown color: approx Studio. HEX triplet: 7D, 4F and A8. RGB value is (125,79,168). Sum of RGB (Red+Green+Blue) = 125+79+168=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 168 (66.02% from 255 or 45.16% from 372); Max value from RGB is 168 - color contains mainly: blue. Hex color #7D4FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4FA8 is #82B057. Grayscale: #666666. Windows color (decimal): -8564824 or 11030397. OLE color: 11030397.

HSL color Cylindrical-coordinate representation of color #7D4FA8: hue angle of 271.01º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D4FA8 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12579168-
CMYK0.260.5300.34
HSL271.01º36.03%48.43%-
HSV(B)271.01º52.98%65.88%-
XYZ18.3212.7838.55-
YUV102.9164.74143.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.60%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 168 (66.02% from 255) = 45.16%
R=33.60%
G=21.24%
B=45.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125791680.260.5300.34271.0136.0348.43
Hex7D4FA81A3502210f2430
Octal17511725032650424174460
Binary1111101100111110101000110101101010100010100001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,79,168); }

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

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

 a { background-color: rgb(125,79,168); }

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

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

 span { border-color: rgb(125,79,168); }

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