#73599E

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

Shades of Studio #73599E

Tints of Studio #73599E

Color information

#73599E (or 0x73599E) is unknown color: approx Studio. HEX triplet: 73, 59 and 9E. RGB value is (115,89,158). Sum of RGB (Red+Green+Blue) = 115+89+158=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #73599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73599E is #8CA661. Grayscale: #686868. Windows color (decimal): -9217634 or 10377587. OLE color: 10377587.

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

Color convert

RGB11589158-
CMYK0.270.4400.38
HSL262.61º27.94%48.43%-
HSV(B)262.61º43.67%61.96%-
XYZ16.8113.2634.02-
YUV104.64158.11135.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=31.77%
G=24.59%
B=43.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115891580.270.4400.38262.6127.9448.43
Hex73599E1B2C0261071c30
Octal16313123633540464073460
Binary111001110110011001111011011101100010011010000011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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