#705198

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

Shades of Studio #705198

Tints of Studio #705198

Color information

#705198 (or 0x705198) is unknown color: approx Studio. HEX triplet: 70, 51 and 98. RGB value is (112,81,152). Sum of RGB (Red+Green+Blue) = 112+81+152=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #705198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705198 is #8FAE67. Grayscale: #626262. Windows color (decimal): -9416296 or 9982320. OLE color: 9982320.

HSL color Cylindrical-coordinate representation of color #705198: hue angle of 266.2º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705198 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11281152-
CMYK0.260.4700.40
HSL266.2º30.47%45.69%-
HSV(B)266.2º46.71%59.61%-
XYZ15.2911.631.14-
YUV98.36158.27137.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 81 (32.03% from 255) = 23.48%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=32.46%
G=23.48%
B=44.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112811520.260.4700.40266.230.4745.69
Hex7051981A2F02810a1e2e
Octal16012123032570504123656
Binary111000010100011001100011010101111010100010000101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705198; }

 p { color: rgb(112,81,152); }

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

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

 a { background-color: rgb(112,81,152); }

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

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

 span { border-color: rgb(112,81,152); }

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