#704991

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

Shades of Studio #704991

Tints of Studio #704991

Color information

#704991 (or 0x704991) is unknown color: approx Studio. HEX triplet: 70, 49 and 91. RGB value is (112,73,145). Sum of RGB (Red+Green+Blue) = 112+73+145=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #704991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704991 is #8FB66E. Grayscale: #5C5C5C. Windows color (decimal): -9418351 or 9521520. OLE color: 9521520.

HSL color Cylindrical-coordinate representation of color #704991: hue angle of 272.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704991 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11273145-
CMYK0.230.5000.43
HSL272.5º33.03%42.75%-
HSV(B)272.5º49.66%56.86%-
XYZ14.1810.2528.02-
YUV92.87157.42141.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=33.94%
G=22.12%
B=43.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112731450.230.5000.43272.533.0342.75
Hex704991173202B110212b
Octal16011122127620534204153
Binary1110000100100110010001101111100100101011100010000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704991; }

 p { color: rgb(112,73,145); }

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

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

 a { background-color: rgb(112,73,145); }

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

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

 span { border-color: rgb(112,73,145); }

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