#745293

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

Shades of Studio #745293

Tints of Studio #745293

Color information

#745293 (or 0x745293) is unknown color: approx Studio. HEX triplet: 74, 52 and 93. RGB value is (116,82,147). Sum of RGB (Red+Green+Blue) = 116+82+147=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #745293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745293 is #8BAD6C. Grayscale: #636363. Windows color (decimal): -9153901 or 9654900. OLE color: 9654900.

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

Color convert

RGB11682147-
CMYK0.210.4400.42
HSL271.38º28.38%44.9%-
HSV(B)271.38º44.22%57.65%-
XYZ15.4911.8529.08-
YUV99.58154.76139.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=33.62%
G=23.77%
B=42.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116821470.210.4400.42271.3828.3844.9
Hex745293152C02A10f1c2d
Octal16412222325540524173455
Binary111010010100101001001110101101100010101010000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745293; }

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

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

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

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

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

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

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

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