#705194

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

Shades of Studio #705194

Tints of Studio #705194

Color information

#705194 (or 0x705194) is unknown color: approx Studio. HEX triplet: 70, 51 and 94. RGB value is (112,81,148). Sum of RGB (Red+Green+Blue) = 112+81+148=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #705194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705194 is #8FAE6B. Grayscale: #616161. Windows color (decimal): -9416300 or 9720176. OLE color: 9720176.

HSL color Cylindrical-coordinate representation of color #705194: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #705194 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11281148-
CMYK0.240.4500.42
HSL267.76º29.26%44.9%-
HSV(B)267.76º45.27%58.04%-
XYZ14.9711.4729.44-
YUV97.91156.27138.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 148 (58.20% from 255) = 43.40%
R=32.84%
G=23.75%
B=43.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112811480.240.4500.42267.7629.2644.9
Hex705194182D02A10c1d2d
Octal16012122430550524143555
Binary111000010100011001010011000101101010101010000110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705194; }

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

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

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

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

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

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

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

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