#705499

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

Shades of Studio #705499

Tints of Studio #705499

Color information

#705499 (or 0x705499) is unknown color: approx Studio. HEX triplet: 70, 54 and 99. RGB value is (112,84,153). Sum of RGB (Red+Green+Blue) = 112+84+153=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #705499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705499 is #8FAB66. Grayscale: #636363. Windows color (decimal): -9415527 or 10048624. OLE color: 10048624.

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

Color convert

RGB11284153-
CMYK0.270.4500.4
HSL264.35º29.11%46.47%-
HSV(B)264.35º45.1%60%-
XYZ15.612.0931.65-
YUV100.24157.78136.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 153 (60.16% from 255) = 43.84%
R=32.09%
G=24.07%
B=43.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112841530.270.4500.4264.3529.1146.47
Hex7054991B2D0281081d2e
Octal16012423133550504103556
Binary111000010101001001100111011101101010100010000100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705499; }

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

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

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

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

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

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

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

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