#745097

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

Shades of Studio #745097

Tints of Studio #745097

Color information

#745097 (or 0x745097) is unknown color: approx Studio. HEX triplet: 74, 50 and 97. RGB value is (116,80,151). Sum of RGB (Red+Green+Blue) = 116+80+151=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #745097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745097 is #8BAF68. Grayscale: #626262. Windows color (decimal): -9154409 or 9916532. OLE color: 9916532.

HSL color Cylindrical-coordinate representation of color #745097: hue angle of 270.42º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #745097 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11680151-
CMYK0.230.4700.41
HSL270.42º30.74%45.29%-
HSV(B)270.42º47.02%59.22%-
XYZ15.6611.6830.71-
YUV98.86157.43140.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 151 (59.38% from 255) = 43.52%
R=33.43%
G=23.05%
B=43.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116801510.230.4700.41270.4230.7445.29
Hex745097172F02910e1f2d
Octal16412022727570514163755
Binary111010010100001001011110111101111010100110000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745097; }

 p { color: rgb(116,80,151); }

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

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

 a { background-color: rgb(116,80,151); }

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

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

 span { border-color: rgb(116,80,151); }

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