#7D40AB

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

Shades of Studio #7D40AB

Tints of Studio #7D40AB

Color information

#7D40AB (or 0x7D40AB) is unknown color: approx Studio. HEX triplet: 7D, 40 and AB. RGB value is (125,64,171). Sum of RGB (Red+Green+Blue) = 125+64+171=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D40AB is #82BF54. Grayscale: #5E5E5E. Windows color (decimal): -8568661 or 11223165. OLE color: 11223165.

HSL color Cylindrical-coordinate representation of color #7D40AB: hue angle of 274.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D40AB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12564171-
CMYK0.270.6300.33
HSL274.21º45.53%46.08%-
HSV(B)274.21º62.57%67.06%-
XYZ17.6410.9739.72-
YUV94.44171.21149.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=34.72%
G=17.78%
B=47.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125641710.270.6300.33274.2145.5346.08
Hex7D40AB1B3F0211122e2e
Octal17510025333770414225656
Binary1111101100000010101011110111111110100001100010010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,64,171); }

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

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

 a { background-color: rgb(125,64,171); }

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

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

 span { border-color: rgb(125,64,171); }

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