#744895

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

Shades of Studio #744895

Tints of Studio #744895

Color information

#744895 (or 0x744895) is unknown color: approx Studio. HEX triplet: 74, 48 and 95. RGB value is (116,72,149). Sum of RGB (Red+Green+Blue) = 116+72+149=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #744895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744895 is #8BB76A. Grayscale: #5D5D5D. Windows color (decimal): -9156459 or 9783412. OLE color: 9783412.

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

Color convert

RGB11672149-
CMYK0.220.5200.42
HSL274.29º34.84%43.33%-
HSV(B)274.29º51.68%58.43%-
XYZ14.9410.5229.68-
YUV93.93159.08143.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=34.42%
G=21.36%
B=44.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116721490.220.5200.42274.2934.8443.33
Hex744895163402A112232b
Octal16411022526640524224353
Binary1110100100100010010101101101101000101010100010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744895; }

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

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

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

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

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

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

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

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