#744B93

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

Shades of Studio #744B93

Tints of Studio #744B93

Color information

#744B93 (or 0x744B93) is unknown color: approx Studio. HEX triplet: 74, 4B and 93. RGB value is (116,75,147). Sum of RGB (Red+Green+Blue) = 116+75+147=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #744B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744B93 is #8BB46C. Grayscale: #5F5F5F. Windows color (decimal): -9155693 or 9653108. OLE color: 9653108.

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

Color convert

RGB11675147-
CMYK0.210.4900.42
HSL274.17º32.43%43.53%-
HSV(B)274.17º48.98%57.65%-
XYZ14.9810.8528.91-
YUV95.47157.08142.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 75 (29.69% from 255) = 22.19%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=34.32%
G=22.19%
B=43.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116751470.210.4900.42274.1732.4343.53
Hex744B93153102A112202c
Octal16411322325610524224054
Binary1110100100101110010011101011100010101010100010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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