#704B91

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

Shades of Studio #704B91

Tints of Studio #704B91

Color information

#704B91 (or 0x704B91) is unknown color: approx Studio. HEX triplet: 70, 4B and 91. RGB value is (112,75,145). Sum of RGB (Red+Green+Blue) = 112+75+145=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #704B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B91 is #8FB46E. Grayscale: #5D5D5D. Windows color (decimal): -9417839 or 9522032. OLE color: 9522032.

HSL color Cylindrical-coordinate representation of color #704B91: hue angle of 271.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704B91 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11275145-
CMYK0.230.4800.43
HSL271.71º31.82%43.14%-
HSV(B)271.71º48.28%56.86%-
XYZ14.3110.5228.06-
YUV94.04156.76140.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.73%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=33.73%
G=22.59%
B=43.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112751450.230.4800.43271.7131.8243.14
Hex704B91173002B110202b
Octal16011322127600534204053
Binary1110000100101110010001101111100000101011100010000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,145); }

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

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

 a { background-color: rgb(112,75,145); }

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

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

 span { border-color: rgb(112,75,145); }

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