#745295

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

Shades of Studio #745295

Tints of Studio #745295

Color information

#745295 (or 0x745295) is unknown color: approx Studio. HEX triplet: 74, 52 and 95. RGB value is (116,82,149). Sum of RGB (Red+Green+Blue) = 116+82+149=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #745295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745295 is #8BAD6A. Grayscale: #636363. Windows color (decimal): -9153899 or 9785972. OLE color: 9785972.

HSL color Cylindrical-coordinate representation of color #745295: hue angle of 270.45º 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 #745295 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11682149-
CMYK0.220.4500.42
HSL270.45º29%45.29%-
HSV(B)270.45º44.97%58.43%-
XYZ15.6411.9229.91-
YUV99.8155.76139.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=33.43%
G=23.63%
B=42.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116821490.220.4500.42270.452945.29
Hex745295162D02A10e1d2d
Octal16412222526550524163555
Binary111010010100101001010110110101101010101010000111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745295; }

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

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

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

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

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

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

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

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