#705191

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

Shades of Studio #705191

Tints of Studio #705191

Color information

#705191 (or 0x705191) is unknown color: approx Studio. HEX triplet: 70, 51 and 91. RGB value is (112,81,145). Sum of RGB (Red+Green+Blue) = 112+81+145=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #705191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705191 is #8FAE6E. Grayscale: #616161. Windows color (decimal): -9416303 or 9523568. OLE color: 9523568.

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

Color convert

RGB11281145-
CMYK0.230.4400.43
HSL269.06º28.32%44.31%-
HSV(B)269.06º44.14%56.86%-
XYZ14.7411.3728.21-
YUV97.56154.77138.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 145 (57.03% from 255) = 42.90%
R=33.14%
G=23.96%
B=42.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112811450.230.4400.43269.0628.3244.31
Hex705191172C02B10d1c2c
Octal16012122127540534153454
Binary111000010100011001000110111101100010101110000110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705191; }

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

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

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

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

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

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

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

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