#7A529B

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

Shades of Studio #7A529B

Tints of Studio #7A529B

Color information

#7A529B (or 0x7A529B) is unknown color: approx Studio. HEX triplet: 7A, 52 and 9B. RGB value is (122,82,155). Sum of RGB (Red+Green+Blue) = 122+82+155=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A529B is #85AD64. Grayscale: #666666. Windows color (decimal): -8760677 or 10179194. OLE color: 10179194.

HSL color Cylindrical-coordinate representation of color #7A529B: hue angle of 272.88º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A529B is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12282155-
CMYK0.210.4700.39
HSL272.88º30.8%46.47%-
HSV(B)272.88º47.1%60.78%-
XYZ16.9612.5432.54-
YUV102.28157.75142.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=33.98%
G=22.84%
B=43.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122821550.210.4700.39272.8830.846.47
Hex7A529B152F0271111f2e
Octal17212223325570474213756
Binary111101010100101001101110101101111010011110001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,82,155); }

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

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

 a { background-color: rgb(122,82,155); }

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

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

 span { border-color: rgb(122,82,155); }

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