#704899

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

Shades of Studio #704899

Tints of Studio #704899

Color information

#704899 (or 0x704899) is unknown color: approx Studio. HEX triplet: 70, 48 and 99. RGB value is (112,72,153). Sum of RGB (Red+Green+Blue) = 112+72+153=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #704899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704899 is #8FB766. Grayscale: #5C5C5C. Windows color (decimal): -9418599 or 10045552. OLE color: 10045552.

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

Color convert

RGB11272153-
CMYK0.270.5300.4
HSL269.63º36%44.12%-
HSV(B)269.63º52.94%60%-
XYZ14.7510.3831.36-
YUV93.19161.75141.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=33.23%
G=21.36%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112721530.270.5300.4269.633644.12
Hex7048991B3502810e242c
Octal16011023133650504164454
Binary1110000100100010011001110111101010101000100001110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704899; }

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

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

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

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

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

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

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

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