#7A40A3

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

Shades of Studio #7A40A3

Tints of Studio #7A40A3

Color information

#7A40A3 (or 0x7A40A3) is unknown color: approx Studio. HEX triplet: 7A, 40 and A3. RGB value is (122,64,163). Sum of RGB (Red+Green+Blue) = 122+64+163=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #7A40A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A40A3 is #85BF5C. Grayscale: #5C5C5C. Windows color (decimal): -8765277 or 10698874. OLE color: 10698874.

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

Color convert

RGB12264163-
CMYK0.250.6100.36
HSL275.15º43.61%44.51%-
HSV(B)275.15º60.74%63.92%-
XYZ16.4710.4535.8-
YUV92.63167.72148.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 163 (64.06% from 255) = 46.70%
R=34.96%
G=18.34%
B=46.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122641630.250.6100.36275.1543.6144.51
Hex7A40A3193D0241132c2d
Octal17210024331750444235455
Binary1111010100000010100011110011111010100100100010011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A40A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,163); }

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

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

 a { background-color: rgb(122,64,163); }

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

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

 span { border-color: rgb(122,64,163); }

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