#705197

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

Shades of Studio #705197

Tints of Studio #705197

Color information

#705197 (or 0x705197) is unknown color: approx Studio. HEX triplet: 70, 51 and 97. RGB value is (112,81,151). Sum of RGB (Red+Green+Blue) = 112+81+151=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #705197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705197 is #8FAE68. Grayscale: #626262. Windows color (decimal): -9416297 or 9916784. OLE color: 9916784.

HSL color Cylindrical-coordinate representation of color #705197: hue angle of 266.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705197 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11281151-
CMYK0.260.4600.41
HSL266.57º30.17%45.49%-
HSV(B)266.57º46.36%59.22%-
XYZ15.2111.5630.71-
YUV98.25157.77137.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 81 (32.03% from 255) = 23.55%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=32.56%
G=23.55%
B=43.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112811510.260.4600.41266.5730.1745.49
Hex7051971A2E02910b1e2d
Octal16012122732560514133655
Binary111000010100011001011111010101110010100110000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705197; }

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

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

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

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

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

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

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

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