#704A96

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

Shades of Studio #704A96

Tints of Studio #704A96

Color information

#704A96 (or 0x704A96) is unknown color: approx Studio. HEX triplet: 70, 4A and 96. RGB value is (112,74,150). Sum of RGB (Red+Green+Blue) = 112+74+150=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #704A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704A96 is #8FB569. Grayscale: #5D5D5D. Windows color (decimal): -9418090 or 9849456. OLE color: 9849456.

HSL color Cylindrical-coordinate representation of color #704A96: hue angle of 270º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704A96 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11274150-
CMYK0.250.5100.41
HSL270º33.93%43.92%-
HSV(B)270º50.67%58.82%-
XYZ14.6410.5430.12-
YUV94.03159.59140.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 150 (58.98% from 255) = 44.64%
R=33.33%
G=22.02%
B=44.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112741500.250.5100.4127033.9343.92
Hex704A96193302910e222c
Octal16011222631630514164254
Binary1110000100101010010110110011100110101001100001110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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