#73579E

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

Shades of Studio #73579E

Tints of Studio #73579E

Color information

#73579E (or 0x73579E) is unknown color: approx Studio. HEX triplet: 73, 57 and 9E. RGB value is (115,87,158). Sum of RGB (Red+Green+Blue) = 115+87+158=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #73579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73579E is #8CA861. Grayscale: #676767. Windows color (decimal): -9218146 or 10377075. OLE color: 10377075.

HSL color Cylindrical-coordinate representation of color #73579E: hue angle of 263.66º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73579E is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11587158-
CMYK0.270.4500.38
HSL263.66º28.98%48.04%-
HSV(B)263.66º44.94%61.96%-
XYZ16.6512.9333.97-
YUV103.47158.78136.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=31.94%
G=24.17%
B=43.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115871580.270.4500.38263.6628.9848.04
Hex73579E1B2D0261081d30
Octal16312723633550464103560
Binary111001110101111001111011011101101010011010000100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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