Html Css Color HEX #705194 Studio

📋 copy color: '#705194'

red 112 ◦ green 81 ◦ blue 148

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

Shades of Studio #705194

Tints of Studio #705194

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.2% from 255) = 43.4%

R = 32.84%
G = 23.75%
B = 43.4%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705194 (or 0x705194) is known color: 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

RGB 112 81 148 -
CMYK 0.24 0.45 0 0.42
HSL 267.76º 0.29% 0.45% -
HSV(B) 267.76º 0.45% 0.58% -
XYZ 14.97 11.47 29.44 -
YUV 97.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 112 81 148 0.24 0.45 0 0.42 267.76 0.29 0.45
Hex 70 51 94 18 2D 0 2A 10C 1D 2D
Octal 160 121 224 30 55 0 52 414 35 55
Binary 1110000 1010001 10010100 11000 101101 0 101010 100001100 11101 101101

Color Harmonies of #705194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705194

Black with #705194

Text Example


Text Example

White with #705194

Text Example


Text Example

HTML Codes & Css Web 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>