Html Css Color HEX #705191 Studio

📋 copy color: '#705191'

red 112 ◦ green 81 ◦ blue 145

#705191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #705191

Tints of Studio #705191

RGB

 RED value IS 112 (44.14% from 255) = 33.14%

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 33.14%
G = 23.96%
B = 42.9%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#705191 (or 0x705191) is known color: Studio. HEX triplet: 70, 51 and 91. RGB value is (112,81,145). Sum of RGB (Red+Green+Blue) = 112+81+145=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #705191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705191 is #8FAE6E. Grayscale: #616161. Windows color (decimal): -9416303 or 9523568. OLE color: 9523568.

HSL color Cylindrical-coordinate representation of color #705191: hue angle of 269.06º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705191 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 81 145 -
CMYK 0.23 0.44 0 0.43
HSL 269.06º 0.28% 0.44% -
HSV(B) 269.06º 0.44% 0.57% -
XYZ 14.74 11.37 28.21 -
YUV 97.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 112 81 145 0.23 0.44 0 0.43 269.06 0.28 0.44
Hex 70 51 91 17 2C 0 2B 10D 1C 2C
Octal 160 121 221 27 54 0 53 415 34 54
Binary 1110000 1010001 10010001 10111 101100 0 101011 100001101 11100 101100

Color Harmonies of #705191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705191

Black with #705191

Text Example


Text Example

White with #705191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705191; }

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

 H1.HeaderClassName
 {
   color: #705191;
 }
 .AnyTagClassName
 {
   color: #705191;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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