#704599

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

Shades of Studio #704599

Tints of Studio #704599

Color information

#704599 (or 0x704599) is unknown color: approx Studio. HEX triplet: 70, 45 and 99. RGB value is (112,69,153). Sum of RGB (Red+Green+Blue) = 112+69+153=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #704599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704599 is #8FBA66. Grayscale: #5B5B5B. Windows color (decimal): -9419367 or 10044784. OLE color: 10044784.

HSL color Cylindrical-coordinate representation of color #704599: hue angle of 270.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704599 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11269153-
CMYK0.270.5500.4
HSL270.71º37.84%43.53%-
HSV(B)270.71º54.9%60%-
XYZ14.561031.3-
YUV91.43162.75142.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=33.53%
G=20.66%
B=45.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112691530.270.5500.4270.7137.8443.53
Hex7045991B3702810f262c
Octal16010523133670504174654
Binary1110000100010110011001110111101110101000100001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704599; }

 p { color: rgb(112,69,153); }

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

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

 a { background-color: rgb(112,69,153); }

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

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

 span { border-color: rgb(112,69,153); }

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