#704a9e

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

Shades of Studio #704A9E

Tints of Studio #704A9E

Color information

#704A9E (or 0x704A9E) is unknown color: approx Studio. HEX triplet: 70, 4A and 9E. RGB value is (112,74,158). Sum of RGB (Red+Green+Blue) = 112+74+158=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 158 (62.11% from 255 or 45.93% from 344); Max value from RGB is 158 - color contains mainly: blue. Hex color #704A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704A9E is #8FB561. Grayscale: #5E5E5E. Windows color (decimal): -9418082 or 10373744. OLE color: 10373744.

HSL color Cylindrical-coordinate representation of color #704A9E: hue angle of 267.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704A9E is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11274158-
CMYK0.290.5300.38
HSL267.14º36.21%45.49%-
HSV(B)267.14º53.16%61.96%-
XYZ15.310.8133.63-
YUV94.94163.59140.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 74 (29.30% from 255) = 21.51%
BLUE value IS 158 (62.11% from 255) = 45.93%
R=32.56%
G=21.51%
B=45.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112741580.290.5300.38267.1436.2145.49
Hex704A9E1D3502610b242d
Octal16011223635650464134455
Binary1110000100101010011110111011101010100110100001011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,158); }

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

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

 a { background-color: rgb(112,74,158); }

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

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

 span { border-color: rgb(112,74,158); }

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