#7A4599

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

Shades of Studio #7A4599

Tints of Studio #7A4599

Color information

#7A4599 (or 0x7A4599) is unknown color: approx Studio. HEX triplet: 7A, 45 and 99. RGB value is (122,69,153). Sum of RGB (Red+Green+Blue) = 122+69+153=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A4599 is #85BA66. Grayscale: #5E5E5E. Windows color (decimal): -8764007 or 10044794. OLE color: 10044794.

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

Color convert

RGB12269153-
CMYK0.200.5500.4
HSL277.86º37.84%43.53%-
HSV(B)277.86º54.9%60%-
XYZ15.910.6931.36-
YUV94.42161.06147.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=35.47%
G=20.06%
B=44.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122691530.200.5500.4277.8637.8443.53
Hex7A45991437028116262c
Octal17210523124670504264654
Binary1111010100010110011001101001101110101000100010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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