#73579A

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

Shades of Studio #73579A

Tints of Studio #73579A

Color information

#73579A (or 0x73579A) is unknown color: approx Studio. HEX triplet: 73, 57 and 9A. RGB value is (115,87,154). Sum of RGB (Red+Green+Blue) = 115+87+154=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #73579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73579A is #8CA865. Grayscale: #666666. Windows color (decimal): -9218150 or 10114931. OLE color: 10114931.

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

Color convert

RGB11587154-
CMYK0.250.4400.40
HSL265.07º27.8%47.25%-
HSV(B)265.07º43.51%60.39%-
XYZ16.3112.7932.18-
YUV103.01156.78136.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=32.30%
G=24.44%
B=43.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115871540.250.4400.40265.0727.847.25
Hex73579A192C0281091c2f
Octal16312723231540504113457
Binary111001110101111001101011001101100010100010000100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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