#705397

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

Shades of Studio #705397

Tints of Studio #705397

Color information

#705397 (or 0x705397) is unknown color: approx Studio. HEX triplet: 70, 53 and 97. RGB value is (112,83,151). Sum of RGB (Red+Green+Blue) = 112+83+151=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #705397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705397 is #8FAC68. Grayscale: #636363. Windows color (decimal): -9415785 or 9917296. OLE color: 9917296.

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

Color convert

RGB11283151-
CMYK0.260.4500.41
HSL265.59º29.06%45.88%-
HSV(B)265.59º45.03%59.22%-
XYZ15.3611.8730.76-
YUV99.42157.11136.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 151 (59.38% from 255) = 43.64%
R=32.37%
G=23.99%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112831510.260.4500.41265.5929.0645.88
Hex7053971A2D02910a1d2e
Octal16012322732550514123556
Binary111000010100111001011111010101101010100110000101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705397; }

 p { color: rgb(112,83,151); }

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

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

 a { background-color: rgb(112,83,151); }

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

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

 span { border-color: rgb(112,83,151); }

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