#73579B

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

Shades of Studio #73579B

Tints of Studio #73579B

Color information

#73579B (or 0x73579B) is unknown color: approx Studio. HEX triplet: 73, 57 and 9B. RGB value is (115,87,155). Sum of RGB (Red+Green+Blue) = 115+87+155=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #73579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73579B is #8CA864. Grayscale: #666666. Windows color (decimal): -9218149 or 10180467. OLE color: 10180467.

HSL color Cylindrical-coordinate representation of color #73579B: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73579B is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11587155-
CMYK0.260.4400.39
HSL264.71º28.1%47.45%-
HSV(B)264.71º43.87%60.78%-
XYZ16.3912.8332.62-
YUV103.12157.28136.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=32.21%
G=24.37%
B=43.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115871550.260.4400.39264.7128.147.45
Hex73579B1A2C0271091c2f
Octal16312723332540474113457
Binary111001110101111001101111010101100010011110000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73579B; }

 p { color: rgb(115,87,155); }

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

<style>
 a { background-color: #73579B; }

 a { background-color: rgb(115,87,155); }

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

<style>
 span { border-color: #73579B; }

 span { border-color: rgb(115,87,155); }

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