#73459E

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

Shades of Studio #73459E

Tints of Studio #73459E

Color information

#73459E (or 0x73459E) is unknown color: approx Studio. HEX triplet: 73, 45 and 9E. RGB value is (115,69,158). Sum of RGB (Red+Green+Blue) = 115+69+158=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #73459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73459E is #8CBA61. Grayscale: #5C5C5C. Windows color (decimal): -9222754 or 10372467. OLE color: 10372467.

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

Color convert

RGB11569158-
CMYK0.270.5600.38
HSL271.01º39.21%44.51%-
HSV(B)271.01º56.33%61.96%-
XYZ15.3710.3733.54-
YUV92.9164.74143.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.63%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=33.63%
G=20.18%
B=46.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115691580.270.5600.38271.0139.2144.51
Hex73459E1B3802610f272d
Octal16310523633700464174755
Binary1110011100010110011110110111110000100110100001111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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