#7A3EAB

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

Shades of Studio #7A3EAB

Tints of Studio #7A3EAB

Color information

#7A3EAB (or 0x7A3EAB) is unknown color: approx Studio. HEX triplet: 7A, 3E and AB. RGB value is (122,62,171). Sum of RGB (Red+Green+Blue) = 122+62+171=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3EAB is #85C154. Grayscale: #5B5B5B. Windows color (decimal): -8765781 or 11222650. OLE color: 11222650.

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

Color convert

RGB12262171-
CMYK0.290.6400.33
HSL273.03º46.78%45.69%-
HSV(B)273.03º63.74%67.06%-
XYZ17.110.5239.66-
YUV92.37172.38149.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 62 (24.61% from 255) = 17.46%
BLUE value IS 171 (67.19% from 255) = 48.17%
R=34.37%
G=17.46%
B=48.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122621710.290.6400.33273.0346.7845.69
Hex7A3EAB1D400211112f2e
Octal17276253351000414215756
Binary1111010111110101010111110110000000100001100010001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,62,171); }

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

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

 a { background-color: rgb(122,62,171); }

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

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

 span { border-color: rgb(122,62,171); }

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