#704B95

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

Shades of Studio #704B95

Tints of Studio #704B95

Color information

#704B95 (or 0x704B95) is unknown color: approx Studio. HEX triplet: 70, 4B and 95. RGB value is (112,75,149). Sum of RGB (Red+Green+Blue) = 112+75+149=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #704B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704B95 is #8FB46A. Grayscale: #5E5E5E. Windows color (decimal): -9417835 or 9784176. OLE color: 9784176.

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

Color convert

RGB11275149-
CMYK0.250.5000.42
HSL270º33.04%43.92%-
HSV(B)270º49.66%58.43%-
XYZ14.6210.6529.72-
YUV94.5158.76140.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=33.33%
G=22.32%
B=44.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112751490.250.5000.4227033.0443.92
Hex704B95193202A10e212c
Octal16011322531620524164154
Binary1110000100101110010101110011100100101010100001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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