#73599A

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

Shades of Studio #73599A

Tints of Studio #73599A

Color information

#73599A (or 0x73599A) is unknown color: approx Studio. HEX triplet: 73, 59 and 9A. RGB value is (115,89,154). Sum of RGB (Red+Green+Blue) = 115+89+154=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #73599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73599A is #8CA665. Grayscale: #676767. Windows color (decimal): -9217638 or 10115443. OLE color: 10115443.

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

Color convert

RGB11589154-
CMYK0.250.4200.40
HSL264º26.75%47.65%-
HSV(B)264º42.21%60.39%-
XYZ16.4813.1232.24-
YUV104.18156.11135.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=32.12%
G=24.86%
B=43.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115891540.250.4200.4026426.7547.65
Hex73599A192A0281081b30
Octal16313123231520504103360
Binary111001110110011001101011001101010010100010000100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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