#705394

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

Shades of Studio #705394

Tints of Studio #705394

Color information

#705394 (or 0x705394) is unknown color: approx Studio. HEX triplet: 70, 53 and 94. RGB value is (112,83,148). Sum of RGB (Red+Green+Blue) = 112+83+148=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #705394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705394 is #8FAC6B. Grayscale: #626262. Windows color (decimal): -9415788 or 9720688. OLE color: 9720688.

HSL color Cylindrical-coordinate representation of color #705394: hue angle of 266.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705394 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11283148-
CMYK0.240.4400.42
HSL266.77º28.14%45.29%-
HSV(B)266.77º43.92%58.04%-
XYZ15.1211.7729.49-
YUV99.08155.61137.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=32.65%
G=24.20%
B=43.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112831480.240.4400.42266.7728.1445.29
Hex705394182C02A10b1c2d
Octal16012322430540524133455
Binary111000010100111001010011000101100010101010000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705394; }

 p { color: rgb(112,83,148); }

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

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

 a { background-color: rgb(112,83,148); }

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

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

 span { border-color: rgb(112,83,148); }

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