#7A4DAD

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

Shades of Studio #7A4DAD

Tints of Studio #7A4DAD

Color information

#7A4DAD (or 0x7A4DAD) is unknown color: approx Studio. HEX triplet: 7A, 4D and AD. RGB value is (122,77,173). Sum of RGB (Red+Green+Blue) = 122+77+173=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A4DAD is #85B252. Grayscale: #656565. Windows color (decimal): -8761939 or 11357562. OLE color: 11357562.

HSL color Cylindrical-coordinate representation of color #7A4DAD: hue angle of 268.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A4DAD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12277173-
CMYK0.290.5500.32
HSL268.12º38.4%49.02%-
HSV(B)268.12º55.49%67.84%-
XYZ18.2212.4640.98-
YUV101.4168.41142.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.80%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=32.80%
G=20.70%
B=46.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122771730.290.5500.32268.1238.449.02
Hex7A4DAD1D3702010c2631
Octal17211525535670404144661
Binary1111010100110110101101111011101110100000100001100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,77,173); }

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

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

 a { background-color: rgb(122,77,173); }

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

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

 span { border-color: rgb(122,77,173); }

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