#744893

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

Shades of Studio #744893

Tints of Studio #744893

Color information

#744893 (or 0x744893) is unknown color: approx Studio. HEX triplet: 74, 48 and 93. RGB value is (116,72,147). Sum of RGB (Red+Green+Blue) = 116+72+147=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #744893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744893 is #8BB76C. Grayscale: #5D5D5D. Windows color (decimal): -9156461 or 9652340. OLE color: 9652340.

HSL color Cylindrical-coordinate representation of color #744893: hue angle of 275.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #744893 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11672147-
CMYK0.210.5100.42
HSL275.2º34.25%42.94%-
HSV(B)275.2º51.02%57.65%-
XYZ14.7910.4528.84-
YUV93.71158.08143.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 147 (57.81% from 255) = 43.88%
R=34.63%
G=21.49%
B=43.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116721470.210.5100.42275.234.2542.94
Hex744893153302A113222b
Octal16411022325630524234253
Binary1110100100100010010011101011100110101010100010011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744893; }

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

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

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

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

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

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

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

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