Html Css Color HEX #705195 Studio

📋 copy color: '#705195'

red 112 ◦ green 81 ◦ blue 149

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

Shades of Studio #705195

Tints of Studio #705195

RGB

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

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

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

R = 32.75%
G = 23.68%
B = 43.57%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705195 (or 0x705195) is known color: Studio. HEX triplet: 70, 51 and 95. RGB value is (112,81,149). Sum of RGB (Red+Green+Blue) = 112+81+149=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #705195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705195 is #8FAE6A. Grayscale: #616161. Windows color (decimal): -9416299 or 9785712. OLE color: 9785712.

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

Color convert

RGB 112 81 149 -
CMYK 0.25 0.46 0 0.42
HSL 267.35º 0.3% 0.45% -
HSV(B) 267.35º 0.46% 0.58% -
XYZ 15.05 11.5 29.86 -
YUV 98.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 112 81 149 0.25 0.46 0 0.42 267.35 0.3 0.45
Hex 70 51 95 19 2E 0 2A 10B 1E 2D
Octal 160 121 225 31 56 0 52 413 36 55
Binary 1110000 1010001 10010101 11001 101110 0 101010 100001011 11110 101101

Color Harmonies of #705195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705195

Black with #705195

Text Example


Text Example

White with #705195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705195; }

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

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

background-color css

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

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

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

border-color css

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

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

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