Html Css Color HEX #705193 Studio

📋 copy color: '#705193'

red 112 ◦ green 81 ◦ blue 147

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

Shades of Studio #705193

Tints of Studio #705193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 32.94%
G = 23.82%
B = 43.24%

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

#705193 (or 0x705193) is known color: Studio. HEX triplet: 70, 51 and 93. RGB value is (112,81,147). Sum of RGB (Red+Green+Blue) = 112+81+147=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #705193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705193 is #8FAE6C. Grayscale: #616161. Windows color (decimal): -9416301 or 9654640. OLE color: 9654640.

HSL color Cylindrical-coordinate representation of color #705193: hue angle of 268.18º 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 #705193 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 81 147 -
CMYK 0.24 0.45 0 0.42
HSL 268.18º 0.29% 0.45% -
HSV(B) 268.18º 0.45% 0.58% -
XYZ 14.89 11.44 29.03 -
YUV 97.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 112 81 147 0.24 0.45 0 0.42 268.18 0.29 0.45
Hex 70 51 93 18 2D 0 2A 10C 1D 2D
Octal 160 121 223 30 55 0 52 414 35 55
Binary 1110000 1010001 10010011 11000 101101 0 101010 100001100 11101 101101

Color Harmonies of #705193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705193

Black with #705193

Text Example


Text Example

White with #705193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705193; }

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

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

background-color css

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

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

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

border-color css

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

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

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