#7A4899

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

Shades of Studio #7A4899

Tints of Studio #7A4899

Color information

#7A4899 (or 0x7A4899) is unknown color: approx Studio. HEX triplet: 7A, 48 and 99. RGB value is (122,72,153). Sum of RGB (Red+Green+Blue) = 122+72+153=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4899 is #85B766. Grayscale: #5F5F5F. Windows color (decimal): -8763239 or 10045562. OLE color: 10045562.

HSL color Cylindrical-coordinate representation of color #7A4899: hue angle of 277.04º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A4899 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12272153-
CMYK0.200.5300.4
HSL277.04º36%44.12%-
HSV(B)277.04º52.94%60%-
XYZ16.0911.0731.43-
YUV96.18160.06146.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=35.16%
G=20.75%
B=44.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122721530.200.5300.4277.043644.12
Hex7A48991435028115242c
Octal17211023124650504254454
Binary1111010100100010011001101001101010101000100010101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,153); }

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

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

 a { background-color: rgb(122,72,153); }

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

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

 span { border-color: rgb(122,72,153); }

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