#704D93

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

Shades of Studio #704D93

Tints of Studio #704D93

Color information

#704D93 (or 0x704D93) is unknown color: approx Studio. HEX triplet: 70, 4D and 93. RGB value is (112,77,147). Sum of RGB (Red+Green+Blue) = 112+77+147=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #704D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704D93 is #8FB26C. Grayscale: #5F5F5F. Windows color (decimal): -9417325 or 9653616. OLE color: 9653616.

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

Color convert

RGB11277147-
CMYK0.240.4800.42
HSL270º31.25%43.92%-
HSV(B)270º47.62%57.65%-
XYZ14.610.8628.93-
YUV95.44157.1139.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=33.33%
G=22.92%
B=43.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112771470.240.4800.4227031.2543.92
Hex704D93183002A10e1f2c
Octal16011522330600524163754
Binary111000010011011001001111000110000010101010000111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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