#745193

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

Shades of Studio #745193

Tints of Studio #745193

Color information

#745193 (or 0x745193) is unknown color: approx Studio. HEX triplet: 74, 51 and 93. RGB value is (116,81,147). Sum of RGB (Red+Green+Blue) = 116+81+147=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #745193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745193 is #8BAE6C. Grayscale: #626262. Windows color (decimal): -9154157 or 9654644. OLE color: 9654644.

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

Color convert

RGB11681147-
CMYK0.210.4500.42
HSL271.82º28.95%44.71%-
HSV(B)271.82º44.9%57.65%-
XYZ15.4111.729.05-
YUV98.99155.1140.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=33.72%
G=23.55%
B=42.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116811470.210.4500.42271.8228.9544.71
Hex745193152D02A1101d2d
Octal16412122325550524203555
Binary111010010100011001001110101101101010101010001000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745193; }

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

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

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

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

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

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

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

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