#744395

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

Shades of Studio #744395

Tints of Studio #744395

Color information

#744395 (or 0x744395) is unknown color: approx Studio. HEX triplet: 74, 43 and 95. RGB value is (116,67,149). Sum of RGB (Red+Green+Blue) = 116+67+149=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #744395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744395 is #8BBC6A. Grayscale: #5A5A5A. Windows color (decimal): -9157739 or 9782132. OLE color: 9782132.

HSL color Cylindrical-coordinate representation of color #744395: hue angle of 275.85º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #744395 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11667149-
CMYK0.220.5500.42
HSL275.85º37.96%42.35%-
HSV(B)275.85º55.03%58.43%-
XYZ14.639.929.57-
YUV91160.73145.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=34.94%
G=20.18%
B=44.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116671490.220.5500.42275.8537.9642.35
Hex744395163702A114262a
Octal16410322526670524244652
Binary1110100100001110010101101101101110101010100010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744395; }

 p { color: rgb(116,67,149); }

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

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

 a { background-color: rgb(116,67,149); }

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

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

 span { border-color: rgb(116,67,149); }

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