#73599F

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

Shades of Studio #73599F

Tints of Studio #73599F

Color information

#73599F (or 0x73599F) is unknown color: approx Studio. HEX triplet: 73, 59 and 9F. RGB value is (115,89,159). Sum of RGB (Red+Green+Blue) = 115+89+159=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #73599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73599F is #8CA660. Grayscale: #686868. Windows color (decimal): -9217633 or 10443123. OLE color: 10443123.

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

Color convert

RGB11589159-
CMYK0.280.4400.38
HSL262.29º28.23%48.63%-
HSV(B)262.29º44.03%62.35%-
XYZ16.913.2934.48-
YUV104.75158.61135.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=31.68%
G=24.52%
B=43.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115891590.280.4400.38262.2928.2348.63
Hex73599F1C2C0261061c31
Octal16313123734540464063461
Binary111001110110011001111111100101100010011010000011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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