#744795

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

Shades of Studio #744795

Tints of Studio #744795

Color information

#744795 (or 0x744795) is unknown color: approx Studio. HEX triplet: 74, 47 and 95. RGB value is (116,71,149). Sum of RGB (Red+Green+Blue) = 116+71+149=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #744795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744795 is #8BB86A. Grayscale: #5D5D5D. Windows color (decimal): -9156715 or 9783156. OLE color: 9783156.

HSL color Cylindrical-coordinate representation of color #744795: hue angle of 274.62º 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 #744795 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11671149-
CMYK0.220.5200.42
HSL274.62º35.45%43.14%-
HSV(B)274.62º52.35%58.43%-
XYZ14.8810.3929.65-
YUV93.35159.41144.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=34.52%
G=21.13%
B=44.35%

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
Decimal116711490.220.5200.42274.6235.4543.14
Hex744795163402A113232b
Octal16410722526640524234353
Binary1110100100011110010101101101101000101010100010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744795; }

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

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

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

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

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

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

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

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