#705099

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

Shades of Studio #705099

Tints of Studio #705099

Color information

#705099 (or 0x705099) is unknown color: approx Studio. HEX triplet: 70, 50 and 99. RGB value is (112,80,153). Sum of RGB (Red+Green+Blue) = 112+80+153=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #705099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705099 is #8FAF66. Grayscale: #616161. Windows color (decimal): -9416551 or 10047600. OLE color: 10047600.

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

Color convert

RGB11280153-
CMYK0.270.4800.4
HSL266.3º31.33%45.69%-
HSV(B)266.3º47.71%60%-
XYZ15.311.4831.55-
YUV97.89159.1138.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=32.46%
G=23.19%
B=44.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112801530.270.4800.4266.331.3345.69
Hex7050991B3002810a1f2e
Octal16012023133600504123756
Binary111000010100001001100111011110000010100010000101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705099; }

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

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

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

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

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

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

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

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