#704CA9

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

Shades of Studio #704CA9

Tints of Studio #704CA9

Color information

#704CA9 (or 0x704CA9) is unknown color: approx Studio. HEX triplet: 70, 4C and A9. RGB value is (112,76,169). Sum of RGB (Red+Green+Blue) = 112+76+169=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #704CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CA9 is #8FB356. Grayscale: #616161. Windows color (decimal): -9417559 or 11095152. OLE color: 11095152.

HSL color Cylindrical-coordinate representation of color #704CA9: hue angle of 263.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704CA9 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11276169-
CMYK0.340.5500.34
HSL263.23º37.96%48.04%-
HSV(B)263.23º55.03%66.27%-
XYZ16.4311.4838.89-
YUV97.37168.43138.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=31.37%
G=21.29%
B=47.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112761690.340.5500.34263.2337.9648.04
Hex704CA922370221072630
Octal16011425142670424074660
Binary11100001001100101010011000101101110100010100000111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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