#745593

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

Shades of Studio #745593

Tints of Studio #745593

Color information

#745593 (or 0x745593) is unknown color: approx Studio. HEX triplet: 74, 55 and 93. RGB value is (116,85,147). Sum of RGB (Red+Green+Blue) = 116+85+147=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #745593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745593 is #8BAA6C. Grayscale: #656565. Windows color (decimal): -9153133 or 9655668. OLE color: 9655668.

HSL color Cylindrical-coordinate representation of color #745593: hue angle of 270º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #745593 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11685147-
CMYK0.210.4200.42
HSL270º26.72%45.49%-
HSV(B)270º42.18%57.65%-
XYZ15.7212.3229.15-
YUV101.34153.77138.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=33.33%
G=24.43%
B=42.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116851470.210.4200.4227026.7245.49
Hex745593152A02A10e1b2d
Octal16412522325520524163355
Binary111010010101011001001110101101010010101010000111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745593; }

 p { color: rgb(116,85,147); }

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

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

 a { background-color: rgb(116,85,147); }

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

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

 span { border-color: rgb(116,85,147); }

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