Html Css Color HEX #705E9B Scampi

📋 copy color: '#705E9B'

red 112 ◦ green 94 ◦ blue 155

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

Shades of Scampi #705E9B

Tints of Scampi #705E9B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 31.02%
G = 26.04%
B = 42.94%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#705E9B (or 0x705E9B) is known color: Scampi. HEX triplet: 70, 5E and 9B. RGB value is (112,94,155). Sum of RGB (Red+Green+Blue) = 112+94+155=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #705E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E9B is #8FA164. Grayscale: #6A6A6A. Windows color (decimal): -9412965 or 10182256. OLE color: 10182256.

HSL color Cylindrical-coordinate representation of color #705E9B: hue angle of 257.7º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705E9B is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 94 155 -
CMYK 0.28 0.39 0 0.39
HSL 257.7º 0.24% 0.49% -
HSV(B) 257.7º 0.39% 0.61% -
XYZ 16.6 13.82 32.8 -
YUV 106.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 112 94 155 0.28 0.39 0 0.39 257.7 0.24 0.49
Hex 70 5E 9B 1C 27 0 27 102 18 31
Octal 160 136 233 34 47 0 47 402 30 61
Binary 1110000 1011110 10011011 11100 100111 0 100111 100000010 11000 110001

Color Harmonies of #705E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E9B

Black with #705E9B

Text Example


Text Example

White with #705E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E9B; }

 p { color: rgb(112,94,155); }

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

background-color css

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

 a { background-color: rgb(112,94,155); }

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

border-color css

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

 span { border-color: rgb(112,94,155); }

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