#7a3dae

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

Shades of Studio #7A3DAE

Tints of Studio #7A3DAE

Color information

#7A3DAE (or 0x7A3DAE) is unknown color: approx Studio. HEX triplet: 7A, 3D and AE. RGB value is (122,61,174). Sum of RGB (Red+Green+Blue) = 122+61+174=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A3DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3DAE is #85C251. Grayscale: #5B5B5B. Windows color (decimal): -8766034 or 11419002. OLE color: 11419002.

HSL color Cylindrical-coordinate representation of color #7A3DAE: hue angle of 272.39º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3DAE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12261174-
CMYK0.300.6500.32
HSL272.39º48.09%46.08%-
HSV(B)272.39º64.94%68.24%-
XYZ17.3310.5341.16-
YUV92.12174.21149.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=34.17%
G=17.09%
B=48.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal122611740.300.6500.32272.3948.0946.08
Hex7A3DAE1E41020110302e
Octal17275256361010404206056
Binary1111010111101101011101111010000010100000100010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3dae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,61,174); }

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

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

 a { background-color: rgb(122,61,174); }

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

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

 span { border-color: rgb(122,61,174); }

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