#7A3DAB

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

Shades of Studio #7A3DAB

Tints of Studio #7A3DAB

Color information

#7A3DAB (or 0x7A3DAB) is unknown color: approx Studio. HEX triplet: 7A, 3D and AB. RGB value is (122,61,171). Sum of RGB (Red+Green+Blue) = 122+61+171=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A3DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3DAB is #85C254. Grayscale: #5B5B5B. Windows color (decimal): -8766037 or 11222394. OLE color: 11222394.

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

Color convert

RGB12261171-
CMYK0.290.6400.33
HSL273.27º47.41%45.49%-
HSV(B)273.27º64.33%67.06%-
XYZ17.0510.4239.64-
YUV91.78172.71149.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.46%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=34.46%
G=17.23%
B=48.31%

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
Decimal122611710.290.6400.33273.2747.4145.49
Hex7A3DAB1D400211112f2d
Octal17275253351000414215755
Binary1111010111101101010111110110000000100001100010001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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