#704CA2

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

Shades of Studio #704CA2

Tints of Studio #704CA2

Color information

#704CA2 (or 0x704CA2) is unknown color: approx Studio. HEX triplet: 70, 4C and A2. RGB value is (112,76,162). Sum of RGB (Red+Green+Blue) = 112+76+162=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 162 - color contains mainly: blue. Hex color #704CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CA2 is #8FB35D. Grayscale: #606060. Windows color (decimal): -9417566 or 10636400. OLE color: 10636400.

HSL color Cylindrical-coordinate representation of color #704CA2: hue angle of 265.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704CA2 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11276162-
CMYK0.310.5300.36
HSL265.12º36.13%46.67%-
HSV(B)265.12º53.09%63.53%-
XYZ15.7911.2235.52-
YUV96.57164.93139.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 162 (63.67% from 255) = 46.29%
R=32%
G=21.71%
B=46.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112761620.310.5300.36265.1236.1346.67
Hex704CA21F35024109242f
Octal16011424237650444114457
Binary1110000100110010100010111111101010100100100001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,162); }

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

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

 a { background-color: rgb(112,76,162); }

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

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

 span { border-color: rgb(112,76,162); }

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