#7a56af

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

Shades of Studio #7A56AF

Tints of Studio #7A56AF

Color information

#7A56AF (or 0x7A56AF) is unknown color: approx Studio. HEX triplet: 7A, 56 and AF. RGB value is (122,86,175). Sum of RGB (Red+Green+Blue) = 122+86+175=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A56AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A56AF is #85A950. Grayscale: #6A6A6A. Windows color (decimal): -8759633 or 11490938. OLE color: 11490938.

HSL color Cylindrical-coordinate representation of color #7A56AF: hue angle of 264.27º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A56AF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12286175-
CMYK0.300.5100.31
HSL264.27º35.74%51.18%-
HSV(B)264.27º50.86%68.63%-
XYZ19.0913.8942.23-
YUV106.91166.43138.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=31.85%
G=22.45%
B=45.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122861750.300.5100.31264.2735.7451.18
Hex7A56AF1E3301F1082433
Octal17212625736630374104463
Binary111101010101101010111111110110011011111100001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a56af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,175); }

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

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

 a { background-color: rgb(122,86,175); }

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

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

 span { border-color: rgb(122,86,175); }

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