#744F9E

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

Shades of Studio #744F9E

Tints of Studio #744F9E

Color information

#744F9E (or 0x744F9E) is unknown color: approx Studio. HEX triplet: 74, 4F and 9E. RGB value is (116,79,158). Sum of RGB (Red+Green+Blue) = 116+79+158=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #744F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744F9E is #8BB061. Grayscale: #626262. Windows color (decimal): -9154658 or 10375028. OLE color: 10375028.

HSL color Cylindrical-coordinate representation of color #744F9E: hue angle of 268.1º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744F9E is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11679158-
CMYK0.270.5000.38
HSL268.1º33.33%46.47%-
HSV(B)268.1º50%61.96%-
XYZ16.1711.7733.77-
YUV99.07161.26140.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=32.86%
G=22.38%
B=44.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116791580.270.5000.38268.133.3346.47
Hex744F9E1B3202610c212e
Octal16411723633620464144156
Binary1110100100111110011110110111100100100110100001100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744F9E; }

 p { color: rgb(116,79,158); }

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

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

 a { background-color: rgb(116,79,158); }

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

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

 span { border-color: rgb(116,79,158); }

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