#744695

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

Shades of Studio #744695

Tints of Studio #744695

Color information

#744695 (or 0x744695) is unknown color: approx Studio. HEX triplet: 74, 46 and 95. RGB value is (116,70,149). Sum of RGB (Red+Green+Blue) = 116+70+149=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #744695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744695 is #8BB96A. Grayscale: #5C5C5C. Windows color (decimal): -9156971 or 9782900. OLE color: 9782900.

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

Color convert

RGB11670149-
CMYK0.220.5300.42
HSL274.94º36.07%42.94%-
HSV(B)274.94º53.02%58.43%-
XYZ14.8210.2629.63-
YUV92.76159.74144.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=34.63%
G=20.90%
B=44.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116701490.220.5300.42274.9436.0742.94
Hex744695163502A113242b
Octal16410622526650524234453
Binary1110100100011010010101101101101010101010100010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744695; }

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

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

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

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

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

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

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

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