#705293

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

Shades of Studio #705293

Tints of Studio #705293

Color information

#705293 (or 0x705293) is unknown color: approx Studio. HEX triplet: 70, 52 and 93. RGB value is (112,82,147). Sum of RGB (Red+Green+Blue) = 112+82+147=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #705293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705293 is #8FAD6C. Grayscale: #626262. Windows color (decimal): -9416045 or 9654896. OLE color: 9654896.

HSL color Cylindrical-coordinate representation of color #705293: hue angle of 267.69º 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 #705293 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11282147-
CMYK0.240.4400.42
HSL267.69º28.38%44.9%-
HSV(B)267.69º44.22%57.65%-
XYZ14.9711.5929.05-
YUV98.38155.44137.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=32.84%
G=24.05%
B=43.11%

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
Decimal112821470.240.4400.42267.6928.3844.9
Hex705293182C02A10c1c2d
Octal16012222330540524143455
Binary111000010100101001001111000101100010101010000110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705293; }

 p { color: rgb(112,82,147); }

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

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

 a { background-color: rgb(112,82,147); }

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

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

 span { border-color: rgb(112,82,147); }

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