#704C97

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

Shades of Studio #704C97

Tints of Studio #704C97

Color information

#704C97 (or 0x704C97) is unknown color: approx Studio. HEX triplet: 70, 4C and 97. RGB value is (112,76,151). Sum of RGB (Red+Green+Blue) = 112+76+151=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #704C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704C97 is #8FB368. Grayscale: #5F5F5F. Windows color (decimal): -9417577 or 9915504. OLE color: 9915504.

HSL color Cylindrical-coordinate representation of color #704C97: hue angle of 268.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704C97 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11276151-
CMYK0.260.5000.41
HSL268.8º33.04%44.51%-
HSV(B)268.8º49.67%59.22%-
XYZ14.8510.8530.59-
YUV95.31159.43139.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=33.04%
G=22.42%
B=44.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112761510.260.5000.41268.833.0444.51
Hex704C971A3202910d212d
Octal16011422732620514154155
Binary1110000100110010010111110101100100101001100001101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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