#745493

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

Shades of Studio #745493

Tints of Studio #745493

Color information

#745493 (or 0x745493) is unknown color: approx Studio. HEX triplet: 74, 54 and 93. RGB value is (116,84,147). Sum of RGB (Red+Green+Blue) = 116+84+147=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #745493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745493 is #8BAB6C. Grayscale: #646464. Windows color (decimal): -9153389 or 9655412. OLE color: 9655412.

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

Color convert

RGB11684147-
CMYK0.210.4300.42
HSL270.48º27.27%45.29%-
HSV(B)270.48º42.86%57.65%-
XYZ15.6412.1629.13-
YUV100.75154.1138.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=33.43%
G=24.21%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116841470.210.4300.42270.4827.2745.29
Hex745493152B02A10e1b2d
Octal16412422325530524163355
Binary111010010101001001001110101101011010101010000111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745493; }

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

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

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

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

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

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

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

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