#704499

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

Shades of Studio #704499

Tints of Studio #704499

Color information

#704499 (or 0x704499) is unknown color: approx Studio. HEX triplet: 70, 44 and 99. RGB value is (112,68,153). Sum of RGB (Red+Green+Blue) = 112+68+153=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #704499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704499 is #8FBB66. Grayscale: #5A5A5A. Windows color (decimal): -9419623 or 10044528. OLE color: 10044528.

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

Color convert

RGB11268153-
CMYK0.270.5600.4
HSL271.06º38.46%43.33%-
HSV(B)271.06º55.56%60%-
XYZ14.59.8831.28-
YUV90.85163.08143.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 68 (26.95% from 255) = 20.42%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=33.63%
G=20.42%
B=45.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112681530.270.5600.4271.0638.4643.33
Hex7044991B3802810f262b
Octal16010423133700504174653
Binary1110000100010010011001110111110000101000100001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704499; }

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

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

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

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

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

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

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

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