#7A499C

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

Shades of Studio #7A499C

Tints of Studio #7A499C

Color information

#7A499C (or 0x7A499C) is unknown color: approx Studio. HEX triplet: 7A, 49 and 9C. RGB value is (122,73,156). Sum of RGB (Red+Green+Blue) = 122+73+156=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A499C is #85B663. Grayscale: #606060. Windows color (decimal): -8762980 or 10242426. OLE color: 10242426.

HSL color Cylindrical-coordinate representation of color #7A499C: hue angle of 275.42º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A499C is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12273156-
CMYK0.220.5300.39
HSL275.42º36.24%44.9%-
HSV(B)275.42º53.21%61.18%-
XYZ16.4111.332.77-
YUV97.11161.23145.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=34.76%
G=20.80%
B=44.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122731560.220.5300.39275.4236.2444.9
Hex7A499C1635027113242d
Octal17211123426650474234455
Binary1111010100100110011100101101101010100111100010011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,156); }

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

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

 a { background-color: rgb(122,73,156); }

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

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

 span { border-color: rgb(122,73,156); }

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