Html Css Color HEX #705395 Studio

📋 copy color: '#705395'

red 112 ◦ green 83 ◦ blue 149

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

Shades of Studio #705395

Tints of Studio #705395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.13%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 32.56%
G = 24.13%
B = 43.31%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705395 (or 0x705395) is known color: Studio. HEX triplet: 70, 53 and 95. RGB value is (112,83,149). Sum of RGB (Red+Green+Blue) = 112+83+149=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #705395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705395 is #8FAC6A. Grayscale: #626262. Windows color (decimal): -9415787 or 9786224. OLE color: 9786224.

HSL color Cylindrical-coordinate representation of color #705395: hue angle of 266.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705395 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 83 149 -
CMYK 0.25 0.44 0 0.42
HSL 266.36º 0.28% 0.45% -
HSV(B) 266.36º 0.44% 0.58% -
XYZ 15.2 11.8 29.91 -
YUV 99.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 112 83 149 0.25 0.44 0 0.42 266.36 0.28 0.45
Hex 70 53 95 19 2C 0 2A 10A 1C 2D
Octal 160 123 225 31 54 0 52 412 34 55
Binary 1110000 1010011 10010101 11001 101100 0 101010 100001010 11100 101101

Color Harmonies of #705395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705395

Black with #705395

Text Example


Text Example

White with #705395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705395; }

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

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

background-color css

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

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

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

border-color css

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

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

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