#704F93

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

Shades of Studio #704F93

Tints of Studio #704F93

Color information

#704F93 (or 0x704F93) is unknown color: approx Studio. HEX triplet: 70, 4F and 93. RGB value is (112,79,147). Sum of RGB (Red+Green+Blue) = 112+79+147=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #704F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F93 is #8FB06C. Grayscale: #606060. Windows color (decimal): -9416813 or 9654128. OLE color: 9654128.

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

Color convert

RGB11279147-
CMYK0.240.4600.42
HSL269.12º30.09%44.31%-
HSV(B)269.12º46.26%57.65%-
XYZ14.7411.1428.98-
YUV96.62156.43138.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 79 (31.25% from 255) = 23.37%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=33.14%
G=23.37%
B=43.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112791470.240.4600.42269.1230.0944.31
Hex704F93182E02A10d1e2c
Octal16011722330560524153654
Binary111000010011111001001111000101110010101010000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704F93; }

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

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

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

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

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

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

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

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