#704796

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

Shades of Studio #704796

Tints of Studio #704796

Color information

#704796 (or 0x704796) is unknown color: approx Studio. HEX triplet: 70, 47 and 96. RGB value is (112,71,150). Sum of RGB (Red+Green+Blue) = 112+71+150=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #704796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704796 is #8FB869. Grayscale: #5B5B5B. Windows color (decimal): -9418858 or 9848688. OLE color: 9848688.

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

Color convert

RGB11271150-
CMYK0.250.5300.41
HSL271.14º35.75%43.33%-
HSV(B)271.14º52.67%58.82%-
XYZ14.4410.1530.05-
YUV92.26160.58142.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=33.63%
G=21.32%
B=45.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112711500.250.5300.41271.1435.7543.33
Hex704796193502910f242b
Octal16010722631650514174453
Binary1110000100011110010110110011101010101001100001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704796; }

 p { color: rgb(112,71,150); }

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

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

 a { background-color: rgb(112,71,150); }

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

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

 span { border-color: rgb(112,71,150); }

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