#744295

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

Shades of Studio #744295

Tints of Studio #744295

Color information

#744295 (or 0x744295) is unknown color: approx Studio. HEX triplet: 74, 42 and 95. RGB value is (116,66,149). Sum of RGB (Red+Green+Blue) = 116+66+149=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #744295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744295 is #8BBD6A. Grayscale: #5A5A5A. Windows color (decimal): -9157995 or 9781876. OLE color: 9781876.

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

Color convert

RGB11666149-
CMYK0.220.5600.42
HSL276.14º38.6%42.16%-
HSV(B)276.14º55.7%58.43%-
XYZ14.589.7829.55-
YUV90.41161.06146.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.05%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=35.05%
G=19.94%
B=45.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116661490.220.5600.42276.1438.642.16
Hex744295163802A114272a
Octal16410222526700524244752
Binary1110100100001010010101101101110000101010100010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744295; }

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

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

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

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

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

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

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

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