#704E9D

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

Shades of Studio #704E9D

Tints of Studio #704E9D

Color information

#704E9D (or 0x704E9D) is unknown color: approx Studio. HEX triplet: 70, 4E and 9D. RGB value is (112,78,157). Sum of RGB (Red+Green+Blue) = 112+78+157=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #704E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E9D is #8FB162. Grayscale: #606060. Windows color (decimal): -9417059 or 10309232. OLE color: 10309232.

HSL color Cylindrical-coordinate representation of color #704E9D: hue angle of 265.82º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704E9D is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11278157-
CMYK0.290.5000.38
HSL265.82º33.62%46.08%-
HSV(B)265.82º50.32%61.57%-
XYZ15.4911.3333.27-
YUV97.17161.76138.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=32.28%
G=22.48%
B=45.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112781570.290.5000.38265.8233.6246.08
Hex704E9D1D3202610a222e
Octal16011623535620464124256
Binary1110000100111010011101111011100100100110100001010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,157); }

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

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

 a { background-color: rgb(112,78,157); }

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

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

 span { border-color: rgb(112,78,157); }

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