Html Css Color HEX #706F9F Scampi

📋 copy color: '#706F9F'

red 112 ◦ green 111 ◦ blue 159

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

Shades of Scampi #706F9F

Tints of Scampi #706F9F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 29.32%
G = 29.06%
B = 41.62%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#706F9F (or 0x706F9F) is known color: Scampi. HEX triplet: 70, 6F and 9F. RGB value is (112,111,159). Sum of RGB (Red+Green+Blue) = 112+111+159=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #706F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706F9F is #8F9060. Grayscale: #747474. Windows color (decimal): -9408609 or 10448752. OLE color: 10448752.

HSL color Cylindrical-coordinate representation of color #706F9F: hue angle of 241.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706F9F is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 111 159 -
CMYK 0.30 0.30 0 0.38
HSL 241.25º 0.2% 0.53% -
HSV(B) 241.25º 0.3% 0.62% -
XYZ 18.62 17.32 35.16 -
YUV 116.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 112 111 159 0.30 0.30 0 0.38 241.25 0.2 0.53
Hex 70 6F 9F 1E 1E 0 26 F1 14 35
Octal 160 157 237 36 36 0 46 361 24 65
Binary 1110000 1101111 10011111 11110 11110 0 100110 11110001 10100 110101

Color Harmonies of #706F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F9F

Black with #706F9F

Text Example


Text Example

White with #706F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706F9F; }

 p { color: rgb(112,111,159); }

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

background-color css

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

 a { background-color: rgb(112,111,159); }

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

border-color css

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

 span { border-color: rgb(112,111,159); }

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