#7A589D

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

Shades of Studio #7A589D

Tints of Studio #7A589D

Color information

#7A589D (or 0x7A589D) is unknown color: approx Studio. HEX triplet: 7A, 58 and 9D. RGB value is (122,88,157). Sum of RGB (Red+Green+Blue) = 122+88+157=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A589D is #85A762. Grayscale: #696969. Windows color (decimal): -8759139 or 10311802. OLE color: 10311802.

HSL color Cylindrical-coordinate representation of color #7A589D: hue angle of 269.57º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A589D is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12288157-
CMYK0.220.4400.38
HSL269.57º28.16%48.04%-
HSV(B)269.57º43.95%61.57%-
XYZ17.613.5533.59-
YUV106.03156.76139.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=33.24%
G=23.98%
B=42.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122881570.220.4400.38269.5728.1648.04
Hex7A589D162C02610e1c30
Octal17213023526540464163460
Binary111101010110001001110110110101100010011010000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,157); }

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

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

 a { background-color: rgb(122,88,157); }

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

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

 span { border-color: rgb(122,88,157); }

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