Html Css Color HEX #705196 Studio

📋 copy color: '#705196'

red 112 ◦ green 81 ◦ blue 150

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

Shades of Studio #705196

Tints of Studio #705196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 32.65%
G = 23.62%
B = 43.73%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#705196 (or 0x705196) is known color: Studio. HEX triplet: 70, 51 and 96. RGB value is (112,81,150). Sum of RGB (Red+Green+Blue) = 112+81+150=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #705196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705196 is #8FAE69. Grayscale: #616161. Windows color (decimal): -9416298 or 9851248. OLE color: 9851248.

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

Color convert

RGB 112 81 150 -
CMYK 0.25 0.46 0 0.41
HSL 266.96º 0.3% 0.45% -
HSV(B) 266.96º 0.46% 0.59% -
XYZ 15.13 11.53 30.28 -
YUV 98.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 112 81 150 0.25 0.46 0 0.41 266.96 0.3 0.45
Hex 70 51 96 19 2E 0 29 10B 1E 2D
Octal 160 121 226 31 56 0 51 413 36 55
Binary 1110000 1010001 10010110 11001 101110 0 101001 100001011 11110 101101

Color Harmonies of #705196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705196

Black with #705196

Text Example


Text Example

White with #705196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705196; }

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

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

background-color css

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

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

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

border-color css

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

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

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