#7D4AB6

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

Shades of Studio #7D4AB6

Tints of Studio #7D4AB6

Color information

#7D4AB6 (or 0x7D4AB6) is unknown color: approx Studio. HEX triplet: 7D, 4A and B6. RGB value is (125,74,182). Sum of RGB (Red+Green+Blue) = 125+74+182=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D4AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4AB6 is #82B549. Grayscale: #656565. Windows color (decimal): -8566090 or 11946621. OLE color: 11946621.

HSL color Cylindrical-coordinate representation of color #7D4AB6: hue angle of 268.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D4AB6 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12574182-
CMYK0.310.5900.29
HSL268.33º42.52%50.2%-
HSV(B)268.33º59.34%71.37%-
XYZ19.3512.6345.67-
YUV101.56173.4144.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 74 (29.30% from 255) = 19.42%
BLUE value IS 182 (71.48% from 255) = 47.77%
R=32.81%
G=19.42%
B=47.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125741820.310.5900.29268.3342.5250.2
Hex7D4AB61F3B01D10c2b32
Octal17511226637730354145362
Binary111110110010101011011011111111011011101100001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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