#744697

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

Shades of Studio #744697

Tints of Studio #744697

Color information

#744697 (or 0x744697) is unknown color: approx Studio. HEX triplet: 74, 46 and 97. RGB value is (116,70,151). Sum of RGB (Red+Green+Blue) = 116+70+151=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #744697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744697 is #8BB968. Grayscale: #5C5C5C. Windows color (decimal): -9156969 or 9913972. OLE color: 9913972.

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

Color convert

RGB11670151-
CMYK0.230.5400.41
HSL274.07º36.65%43.33%-
HSV(B)274.07º53.64%59.22%-
XYZ14.9810.3330.48-
YUV92.99160.74144.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 151 (59.38% from 255) = 44.81%
R=34.42%
G=20.77%
B=44.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116701510.230.5400.41274.0736.6543.33
Hex7446971736029112252b
Octal16410622727660514224553
Binary1110100100011010010111101111101100101001100010010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744697; }

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

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

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

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

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

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

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

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